2LAB #2

Closed
RomanovEgor wants to merge 9 commits from 2LAB into main
Showing only changes of commit 7d15ea92da - Show all commits

View File

@ -8,7 +8,7 @@ namespace Bulldozer
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
Application.Run(new FormBulldozer());
Application.Run(new Form1());
}
}
}