public RecentFileSettings(string name) : base(name, UserSettings.GetStorageImpl(name))
 {
     LoadFiles();
 }
Beispiel #2
0
 public NUnitGuiSettings( ) : base(NAME, UserSettings.GetStorageImpl(NAME))
 {
 }
Beispiel #3
0
 public OptionSettings( ) : base(NAME, UserSettings.GetStorageImpl(NAME))
 {
 }
Beispiel #4
0
 public FormSettings( ) : base(NAME, UserSettings.GetStorageImpl(NAME))
 {
 }