mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
added recommendations; fixed .sln
This commit is contained in:
@@ -12,6 +12,7 @@ public static class Program
|
||||
RxApp.MainThreadScheduler = TerminalScheduler.Default;
|
||||
RxApp.TaskpoolScheduler = TaskPoolScheduler.Default;
|
||||
Application.Run (new LoginView (new LoginViewModel ()));
|
||||
Application.Top.Dispose();
|
||||
Application.Shutdown ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user