Files
b2bcondomini.it/PUB/Site.Master.cs
T
2018-05-16 11:48:04 +02:00

24 lines
411 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace PUB
{
public partial class SiteMaster : MasterPage
{
/// <summary>
/// Forza update
/// </summary>
public void doUpdate()
{
tpl_header.doUpdate();
}
protected void Page_Load(object sender, EventArgs e)
{
}
}
}