Files
b2bcondomini.it/PUB/WebUserContols/mod_fattureIntervento.ascx.cs
T
Samuele E. Locatelli f19fc9cf41 forzo update...
2018-08-10 12:47:54 +02:00

17 lines
326 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.WebUserContols
{
public partial class mod_fattureIntervento : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}