/// <summary> /// Initializes a new instance of the <see cref="ClearSpecialFormatCommand"/> class. /// </summary> /// <param name="vm">The vm.</param> public ClearSpecialFormatCommand(RandomPasswordViewModel vm) { VM = vm; }
public CopyCommand(RandomPasswordViewModel vm) { VM = vm; }
/// <summary> /// Initializes a new instance of the <see cref="AddSpecialFormatItemCommand"/> class. /// </summary> /// <param name="vm">The vm.</param> public AddSpecialFormatItemCommand(RandomPasswordViewModel vm) { VM = vm; }
/// <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; }