Files
MoonPro.net/MP-Tablet/WebMasterPages/Bootstrap.Master.cs
T
2018-02-27 15:33:37 +01:00

16 lines
308 B
C#

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