Esempio n. 1
0
 public Settings()
 {
     // // To add event handlers for saving and changing settings, uncomment the lines below:
     //
     // this.SettingChanging += this.SettingChangingEventHandler;
     //
     // this.SettingsSaving += this.SettingsSavingEventHandler;
     //
     Binder = new SettingBinder <Settings>(this);
 }
 public SettingTools(SettingBinder <Settings> settingSet, MainWindow mainWindow)
 {
     Selected    = settingSet;
     _mainWindow = mainWindow;
 }
Esempio n. 3
0
 static Settings()
 {
     Binder = new SettingBinder <Settings>(Default);
 }
 public Settings()
 {
     Binder = new SettingBinder <Settings>(this);
 }