Files
MoonPro.net/MP-Tablet/WebMasterPages/jQueryMobileNoCookie.Master.cs
T

12 lines
227 B
C#

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