示例#1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            if (this.PubID > 0)
            {
                this.BindData();
            }

            PubEntAdminManager.AssignMonitorTabChangeValuesOnPageLoadInReadMode(this.Page);
        }