Files
b2bcondomini.it/PUB/PAZ/Preventivi.aspx.cs
T
2018-08-08 15:35:53 +02:00

11 lines
171 B
C#

using System;
namespace PUB.PAZ
{
public partial class Preventivi : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}