示例#1
0
        private void AddSecurityActionPane()
        {
            frmSecurityAction = new frmSecurityAction();
            RadPane pane = new RadPane();

            pane.CanUserClose = false;
            pane.Header       = "دسترسی";
            pane.Content      = frmSecurityAction;
            pnlActionList.Items.Add(pane);
        }