Files
MoonPro.net/MP-ADM/WebMasterPages/Bootstrap.Master.cs
T
2018-10-27 12:03:27 +02:00

12 lines
191 B
C#

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