Files
MoonPro.net/MP-Tablet/Test.aspx.cs
T
Samuele E. Locatelli 840d4c69a6 Continuata pulizia JQM (ed eliminazione)
RegNewDevice, HDTV, RepProd, FixODL
2018-03-01 11:46:36 +01:00

17 lines
297 B
C#

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