namespace Yw.Settings { /// /// /// public class DOCSParasHelper { /// /// /// public static Paras_DOCS DOCS { get { return DOCSFileHelper.Get().DOCS; } } /// /// 保存 /// public static bool Save() { return DOCSFileHelper.Save(); } } }