Files
XPS/XPST/WebMasterPages/Bootstrap.Master.cs
T
2017-03-16 11:51:11 +01:00

17 lines
331 B
C#

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