Files
SSC/CMS_SC/ReportCliente.aspx.cs
T
Samuele E. Locatelli 80fe5b83a5 avanzamento x editing "tabellone"
inserite immagini segnaposto x pagine non ancora completate...
2015-06-12 11:51:28 +02:00

17 lines
317 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace CMS_SC
{
public partial class ReportCliente : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}