using SteamWare; using System; namespace MoonProTablet { public partial class Reset : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Session.Clear(); // reset appConf memLayer.ML.resetAppConf(); // rimanda alla pagina di reg device Response.Redirect(memLayer.ML.CRS("mainPage")); } } }