Пример #1
0
 public SettingsViewModel(ISettingsView view)
 {
     this.view = view;
     LoadSettings();
     view.BindToViewModel(this);
 }