PIbd-21 Potapov N.S. LabWork03 #3

Closed
ns.potapov wants to merge 9 commits from LabWork03 into LabWork02
Showing only changes of commit 3c728ee2e1 - Show all commits

View File

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