Files
MoonPro.net/MP-TAB/WebUserControls/cmp_sheetTech.ascx.cs
T
2020-07-01 18:30:07 +02:00

17 lines
347 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 cmp_sheetTech : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}