Files
MoonPro.net/MP-DASH/WebMasterPages/MAPO_empty.Master.cs
T
2018-06-08 09:48:15 +02:00

13 lines
212 B
C#

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