WinFrmUI/HStation.WinFrmUI.Xhs.Core/00-core/XhsFunctionHelper.cs
@@ -20,5 +20,21 @@ /// 项目管理 /// </summary> public const string ProjectMgr = "xhs-project-mgr"; /// <summary> /// 项目 Bimface 视图 /// </summary> public const string ProjectBimfaceView = "xhs-project-bimface-view"; /// <summary> /// 项目 Q3d 视图 /// </summary> public const string ProjectQ3dView = "xhs-project-q3d-view"; /// <summary> /// 项目模拟 /// </summary> public const string ProjectSimulation = "xhs-project-simulation"; } }