Files
XPS/project/XPST_deploy/Source/WebMasterPages/Compact.Master.cs
T
2011-11-29 12:03:56 +00:00

16 lines
311 B
C#

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