Exemplo n.º 1
0
 // reset the settings data to their current value
 public static void ResetData()
 {
     USet = USettings.Settings;
 }
Exemplo n.º 2
0
 // initalize and create the setting objects
 static SettingsUser()
 {
     USettings = new SettingsMgr <UserSettings>(ResetData);
     USet      = USettings.Settings;
 }