using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HStation.WinFrmUI { /// /// /// public class XhsFunctionHelper { /// /// 模块 /// public const string Modular = "Xhs"; /// /// 项目管理 /// public const string ProjectMgr = "xhs-project-mgr"; } }