namespace HStation.Settings { /// /// /// public class PhartRelationParasHelper { /// /// /// public static Paras_PhartRelation Xhs { get { return PhartRelationFileHelper.Get().Phart; } } /// /// 保存 /// public static bool Save() { return PhartRelationFileHelper.Save(); } } }