using SQLData; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Utils.Serialization; using SiteCore; public partial class sys_SysLog : BasePage { protected override void OnPreInit(EventArgs e) { PmTag = "syslog"; _refreshVisible = true; _choiceVisible = true; _selfCheckPermission = true; } protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { //initBind(); } } }