added recommendations; fixed .sln

This commit is contained in:
John Baughman
2024-06-13 09:24:27 -05:00
parent 12adcf3bf4
commit dea0e5696f
5 changed files with 209 additions and 30 deletions

View File

@@ -12,6 +12,7 @@ public static class Program
Services = ConfigureServices ();
Application.Init ();
Application.Run (Services.GetRequiredService<LoginView> ());
Application.Top.Dispose();
Application.Shutdown ();
}