duheng
2025-03-28 d5a2d7e66f9c8046bd88b8269e61aac5a2a265e2
WinFrmUI/HStation.WinFrmUI.Xhs.Core/00-core/XhsFunctionHelper.cs
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HStation.WinFrmUI
namespace HStation.WinFrmUI
{
    /// <summary>
    /// 
@@ -20,5 +14,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";
    }
}