| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | /// 项目管理 |
| | | /// </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"; |
| | | |
| | | } |
| | | } |