Inizio update master x naming

This commit is contained in:
Samuele E. Locatelli
2018-03-08 14:36:49 +01:00
parent d07448739e
commit 4e041f29bd
26 changed files with 160 additions and 187 deletions
+10 -6
View File
@@ -1,12 +1,16 @@
using System;
using SteamWare;
using System;
namespace MoonProTablet
{
public partial class RepProd_GG : System.Web.UI.Page
public partial class RepProd_GG : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
protected void Page_Load(object sender, EventArgs e)
{
}
if (!Page.IsPostBack)
{
this.Title = devicesAuthProxy.getPage(Request.Url);
}
}
}
}