Files
GPW/GPW_Commesse/WebMasterPages/AjaxSimpleFull.Master.cs
2016-12-15 12:26:26 +01:00

18 lines
416 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace GPW.WebMasterPages
{
public partial class AjaxSimpleFull : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
}
}
}