SGGL_SHJ/SGGL/FineUIPro.Web/PHTGL/LongListManager/LongListNetApplication.aspx.cs

17 lines
279 B
C#

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