Files
b2bcondomini.it/PUB/SitePAM.master.cs
T
Samuele E. Locatelli 736879cf84 Update pagine e dati
2018-06-30 12:36:46 +02:00

17 lines
296 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 SitePAM : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}