Borschevskaya A.A. Lab Work 2 #2

Merged
eegov merged 9 commits from lab2 into lab1 2022-10-14 09:32:11 +04:00
Showing only changes of commit f86df21cc2 - Show all commits

View File

@ -17,7 +17,7 @@ namespace ArmoredCar
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new FormCar());
Application.Run(new FormMap());
}
}
}