Microsoft MVVM toolkit
I have a very simple question
I have two entries and a button
[RelayCommand]
async Task Register() {
IsPopOpen = false;
//await dataService.AddAsync("Users", Student);
}
```
what I want to do is enable the button only if the email and password are entered
I have two entries and a button
[RelayCommand]
async Task Register() {
IsPopOpen = false;
//await dataService.AddAsync("Users", Student);
}
```
what I want to do is enable the button only if the email and password are entered