PIbd-23_Polevoy_S.V._SelfPr.../SelfPropelledArtilleryUnit/Program.cs

12 lines
233 B
C#
Raw Normal View History

namespace Artilleries
2022-09-12 22:07:59 +04:00
{
internal static class Program
{
[STAThread]
static void Main()
{
ApplicationConfiguration.Initialize();
Application.Run(new FormMap());
2022-09-12 22:07:59 +04:00
}
}
}