Files
MoonPro.net/MP-Tablet/WebMasterPages/jQueryMobileNoCookie.Master.cs
T
2017-04-14 14:01:32 +02:00

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)
{
}
}
}