Files
b2bcondomini.it/PUB/Default.aspx.cs
T
2018-05-01 15:06:53 +02:00

17 lines
277 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 _Default : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}