17 lines
279 B
C#
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)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|