namespace Yw.Settings { /// /// /// public class RunParasHelper { /// /// /// public static Paras_Run Run { get { return RunFileHelper.Get().Run; } } /// /// 保存 /// public static bool Save() { return RunFileHelper.Save(); } } }