15 lines
245 B
C#
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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
} |