mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
Adding Application.Shutdown and updating ReactiveUI.Fody. (#1550)
Thanks.
This commit is contained in:
@@ -9,6 +9,7 @@ namespace ReactiveExample {
|
||||
RxApp.MainThreadScheduler = TerminalScheduler.Default;
|
||||
RxApp.TaskpoolScheduler = TaskPoolScheduler.Default;
|
||||
Application.Run (new LoginView (new LoginViewModel ()));
|
||||
Application.Shutdown ();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user