Files
MoonPro.net/MP-Site/WebMasterPages/MAPO_noAjax.master.cs
T
2018-11-10 09:23:37 +01:00

10 lines
149 B
C#

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