Files
MoonPro.net/MP-Admin/Site.Mobile.Master.cs
T
2018-09-26 15:29:10 +02:00

17 lines
324 B
C#

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