namespace HStation.WinFrmUI
{
///
///
///
public class XhsFunctionHelper
{
///
/// 模块
///
public const string Modular = "Xhs";
///
/// 项目管理
///
public const string ProjectMgr = "xhs-project-mgr";
///
/// 项目 Bimface 视图
///
public const string ProjectBimfaceView = "xhs-project-bimface-view";
///
/// 项目 Q3d 视图
///
public const string ProjectQ3dView = "xhs-project-q3d-view";
///
/// 项目模拟
///
public const string ProjectSimulation = "xhs-project-simulation";
}
}