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

15 lines
245 B
C#
Raw Normal View History

using System;
2023-01-04 15:27:19 +08:00
namespace FineUIPro.Web.common
{
public partial class main2 : PageBase
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
2023-01-04 15:27:19 +08:00
}
}
}
}