12 lines
200 B
C#
12 lines
200 B
C#
using System;
|
|
|
|
namespace MoonProTablet
|
|
{
|
|
public partial class Site_Mobile : System.Web.UI.MasterPage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |