SGGL_SHJ/SGGL/FineUIPro.Web/common/main2.aspx.cs

15 lines
245 B
C#

using System;
namespace FineUIPro.Web.common
{
public partial class main2 : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
}
}
}
}