ISEbd-21. Fadeeva A.A. LabWork01 base #1

Open
Nastya wants to merge 4 commits from LabWork01 into main
Showing only changes of commit 77a87ee55b - Show all commits

View File

@ -28,7 +28,6 @@ namespace LawFirmView
ConfigureServices(services);
_serviceProvider = services.BuildServiceProvider();
Application.Run(_serviceProvider.GetRequiredService<FormMain>());
//Application.Run(new Form1());
}
private static void ConfigureServices(ServiceCollection services)