PIbd-21_Kouvshinoff_T._A._A.../AutomobilePlant/AutomobilePlantView/Form1.cs
2024-02-10 22:17:44 +04:00

11 lines
162 B
C#

namespace AutomobilePlantView
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}