mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Accepted->Accepting
This commit is contained in:
@@ -108,7 +108,7 @@ public class LoginView : Window, IViewFor<LoginViewModel>
|
||||
|
||||
login
|
||||
.Events ()
|
||||
.Accepted
|
||||
.Accepting
|
||||
.InvokeCommand (ViewModel, x => x.Login)
|
||||
.DisposeWith (_disposable);
|
||||
})
|
||||
@@ -120,7 +120,7 @@ public class LoginView : Window, IViewFor<LoginViewModel>
|
||||
|
||||
clear
|
||||
.Events ()
|
||||
.Accepted
|
||||
.Accepting
|
||||
.InvokeCommand (ViewModel, x => x.ClearCommand)
|
||||
.DisposeWith (_disposable);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user