Files
GPW/GPW_Barcode/WebMasterPages/AjaxSimpleFullBCode.Master.cs
T

17 lines
420 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 AjaxSimpleFullBCode : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
}
}
}