// CONSTRUCTORS
 /// <summary>
 /// Initializes a new instance of <see cref="ApplyChangesCommand"/>
 /// </summary>
 /// <param name="settingViewModel">
 /// An instance of <see cref="ViewModel.User.SettingViewModel"/>
 /// </param>
 public ApplyChangesCommand(ViewModel.User.SettingViewModel settingViewModel)
 {
     this.settingViewModel = settingViewModel;
 }
Beispiel #2
0
 // CONSTRUCTORS
 /// <summary>
 /// Initializes a new instance of <see cref="RemoveAccountCommand"/>
 /// </summary>
 /// <param name="settingViewModel">
 /// An instance of <see cref="ViewModel.User.SettingViewModel"/>
 /// </param>
 public RemoveAccountCommand(ViewModel.User.SettingViewModel settingViewModel)
 {
     this.settingViewModel = settingViewModel;
 }
Beispiel #3
0
 // CONSTRUCTORS
 /// <summary>
 /// Initializes a new instance of <see cref="CloseCommand"/>
 /// </summary>
 /// <param name="settingViewModel">
 /// An instance of <see cref="ViewModel.User.SettingViewModel"/>
 /// </param>
 public CloseCommand(ViewModel.User.SettingViewModel settingViewModel)
 {
     this.settingViewModel = settingViewModel;
 }
 // CONSTRUCTORS
 /// <summary>
 /// Initializes a new instance of <see cref="ResetAvatarCommand"/>
 /// </summary>
 /// <param name="settingViewModel">
 /// An instance of <see cref="ViewModel.User.SettingViewModel"/>
 /// </param>
 public ResetAvatarCommand(ViewModel.User.SettingViewModel settingViewModel)
 {
     this.settingViewModel = settingViewModel;
 }
Beispiel #5
0
 // CONSTRUCTORS
 /// <summary>
 /// Initializes a new instance of <see cref="LoadNewAvatarCommand"/>
 /// </summary>
 /// <param name="settingViewModel">
 /// An instance of <see cref="ViewModel.User.SettingViewModel"/>
 /// </param>
 public LoadNewAvatarCommand(ViewModel.User.SettingViewModel settingViewModel)
 {
     this.settingViewModel = settingViewModel;
 }