In the middle of another refactoroing

This commit is contained in:
Tig
2024-10-05 12:43:09 -06:00
parent 3649a047f2
commit af110d92d0
103 changed files with 582 additions and 487 deletions

View File

@@ -108,7 +108,7 @@ public class LoginView : Window, IViewFor<LoginViewModel>
login
.Events ()
.Accept
.Accepted
.InvokeCommand (ViewModel, x => x.Login)
.DisposeWith (_disposable);
})
@@ -120,7 +120,7 @@ public class LoginView : Window, IViewFor<LoginViewModel>
clear
.Events ()
.Accept
.Accepted
.InvokeCommand (ViewModel, x => x.ClearCommand)
.DisposeWith (_disposable);
})