Files
limanapp/GeLiSt/WebMasterPages/AjaxSimpleFull.Master.cs
Samuele Locatelli a196544a6c Legacy site commit
2021-10-07 16:23:17 +02: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 GLS.WebMasterPages
{
public partial class AjaxSimpleFull : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
}
}
}