PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlant/Program.cs
Катя Ихонкина 9ff66de52c Коммит
2023-02-19 11:15:20 +04:00

17 lines
501 B
C#

namespace PrecastConcretePlant
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
Application.Run(new Form1());
}
}
}