namespace Yw.WinFrmUI
{
///
/// 功能辅助类
///
public class HydroFunctionHelper
{
///
/// 模块
///
public const string Modular = "Hydro";
///
/// 场景管理
///
public const string SceneMgr = "hydro-scene-mgr";
///
/// 水力模型
///
public const string ModelMgr = "hydro-model-mgr";
///
/// 三维模型
///
public const string BimfaceMgr = "hydro-bimface-mgr";
}
}