示例#1
0
 public static void SaveAndProtect(this ApplicationSettingsBase settings)
 {
     settings.Save();
     settings.Protect();
 }