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

10 lines
149 B
C#

using System;
public partial class mod_fixCal : System.Web.UI.UserControl
{
protected void Page_Load(object sender, EventArgs e)
{
}
}