duheng
2024-06-22 0618fadff0d2e95716db801ef0c7a96ff9e1f20e
Desktop/HStation.DeskTop.Xhs.Main/GuideMain.cs
@@ -408,5 +408,21 @@
        {
            this.tabbedView1.Controller.CloseAll();
        }
        private void GuideMain_Load(object sender, EventArgs e)
        {
            var guid = new SurfaceGuid()
            {
                Function = "项目管理",
                Modular = eModular.Basic
            };
            if (!IsExistPage(guid, true))
            {
                var page = new XhsProjectListPage();
                page.PageTitle.Caption = guid.Function;
                page.SurfaceGuid = guid;
                CreatePage(page, guid);
            }
        }
    }
}