mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Update Formatting
This commit is contained in:
@@ -41,7 +41,7 @@ public partial class LoginViewModel : ReactiveObject
|
||||
public LoginViewModel ()
|
||||
{
|
||||
InitializeCommands ();
|
||||
IObservable<bool> canLogin = this.WhenAnyValue
|
||||
IObservable<bool> canLogin = this.WhenAnyValue
|
||||
(
|
||||
x => x.Username,
|
||||
x => x.Password,
|
||||
|
||||
Reference in New Issue
Block a user