| | |
| | | using DevExpress.XtraBars.Ribbon; |
| | | using DevExpress.XtraEditors; |
| | | using HStation.WinFrmUI; |
| | | using HStation.WinFrmUI.Auth; |
| | | using HStation.WinFrmUI.Basic; |
| | | using HStation.WinFrmUI.Organize; |
| | | using HStation.WinFrmUI.Xhs.PumpProduct; |
| | |
| | | }; |
| | | if (!IsExistPage(guid, true)) |
| | | { |
| | | //var page = new RoleMainMgrPanel(); |
| | | //page.PageTitle.Caption = guid.Function; |
| | | //page.PageGuid = guid; |
| | | //CreatePage(page, guid); |
| | | /* var page = new MenuMgrMainPanel(); |
| | | page.PageTitle.Caption = guid.Function; |
| | | page.PageGuid = guid; |
| | | CreatePage(page, guid);*/ |
| | | } |
| | | } |
| | | |