namespace PBS.Settings { /// /// /// public class PBSParasHelper { /// /// /// public static Paras_PBS PBS { get { return PBSFileHelper.Get().PBS; } } /// /// 保存 /// public static bool Save() { return PBSFileHelper.Save(); } } }