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