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

17 lines
325 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
{
public partial class Site_Mobile : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}