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