/// <summary>
 /// Initializes a new instance of the <see cref="ClearSpecialFormatCommand"/> class.
 /// </summary>
 /// <param name="vm">The vm.</param>
 public ClearSpecialFormatCommand(RandomPasswordViewModel vm)
 {
     VM = vm;
 }
示例#2
0
 public CopyCommand(RandomPasswordViewModel vm)
 {
     VM = vm;
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AddSpecialFormatItemCommand"/> class.
 /// </summary>
 /// <param name="vm">The vm.</param>
 public AddSpecialFormatItemCommand(RandomPasswordViewModel vm)
 {
     VM = vm;
 }
示例#4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GetSpecialPasswordsCommand"/> class.
 /// </summary>
 /// <param name="vm">The vm.</param>
 public GetSpecialPasswordsCommand(RandomPasswordViewModel vm)
 {
     VM = vm;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SetProfileCommand"/> class.
 /// </summary>
 /// <param name="vm">The vm.</param>
 public SetProfileCommand(RandomPasswordViewModel vm)
 {
     VM = vm;
 }