Files
MoonPro.net/ES3/WebMasterPages/Bootstrap.Master.cs
T
2019-12-31 09:56:51 +01:00

12 lines
188 B
C#

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