16 lines
370 B
C#
16 lines
370 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
namespace CMS_SC
|
|
{
|
|
public partial class UpdateVoc : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
// aggiorno vocabolario
|
|
DataWrap.DW.resetVocabolario();
|
|
// torno a menu...
|
|
Response.Redirect(user_std.pagPrecedente);
|
|
}
|
|
}
|
|
} |