Files

15 lines
245 B
C#
Raw Permalink 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
}
}
}
}