Files
MoonPro.net/MP-Admin/WebMasterPages/MoonPro.master.cs
T
2018-10-27 11:38:18 +02:00

10 lines
139 B
C#

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