Files
MoonPro.net/MP-Tablet/WebUserControls/mod_elencoControlli.ascx.cs
T
2018-03-12 16:54:44 +01:00

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