namespace Yw.Settings { /// /// /// public class UnitParasHelper { /// /// /// public static Paras_Unit Unit { get { return UnitFileHelper.Get().Unit; } } /// /// 保存 /// public static bool Save() { return UnitFileHelper.Save(); } } }