Изменение названий
This commit is contained in:
parent
3c394c5451
commit
db900bee31
17
HoistingCrane/HoistingCrane/Program.cs
Normal file
17
HoistingCrane/HoistingCrane/Program.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
namespace HoistingCrane
|
||||||
|
{
|
||||||
|
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 FormHoistingCrane());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user