Files
MoonPro.net/MP-Admin/gestioneDatiMacchine.aspx.cs
T
2017-04-14 13:53:20 +02:00

13 lines
206 B
C#

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