コード例 #1
0
        public void Setup(ClsSysCurrentUser CurrentUser)
        {
            this.mProperties = new Control_Selection_Properties();
            this.ViewState[CnsProperties] = this.mProperties;

            this.mCurrentUser = CurrentUser;
            this.Grid_Selection.Setup(CurrentUser);
        }
コード例 #2
0
 public void SetupPage()
 {
     this.mProperties = new Control_Selection_Properties();
     this.ViewState[CnsProperties] = this.mProperties;
 }
コード例 #3
0
        void Page_Load(object sender, EventArgs e)
        {
            this.RadWindow_RadAjaxPanel_Selection.AjaxRequest += new RadAjaxControl.AjaxRequestDelegate(RadWindow_RadAjaxPanel_Selection_AjaxRequest);

            if (this.IsPostBack)
            {
                this.mCurrentUser = (ClsSysCurrentUser)this.Session[Layer01_Constants_Web.CnsSession_CurrentUser];
                this.mProperties = (Control_Selection_Properties)this.ViewState[CnsProperties];
            }
        }