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

10 lines
145 B
C#

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