Files
MoonPro.net/MP-Tablet/WebMasterPages/jQueryMobile.Master.cs
T
2016-11-14 11:10:03 +01:00

17 lines
344 B
C#

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