We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb77263 commit 3f09e2bCopy full SHA for 3f09e2b
MainDemo.Wpf/Domain/FieldsViewModel.cs
@@ -76,8 +76,8 @@ public string? Password2Validated
76
77
public FieldsViewModel()
78
{
79
- SetPassword1FromViewModelCommand = new AnotherCommandImplementation(_ => Password1 = "Set from code-behind!");
80
- SetPassword2FromViewModelCommand = new AnotherCommandImplementation(_ => Password2 = "Set from code-behind!");
+ SetPassword1FromViewModelCommand = new AnotherCommandImplementation(_ => Password1 = "Set from ViewModel!");
+ SetPassword2FromViewModelCommand = new AnotherCommandImplementation(_ => Password2 = "Set from ViewModel!");
81
}
82
83
0 commit comments