ISEbd-21_Gavrilov_R.A._CarR.../CarRepairShop/CarRepairShopView/Form1.cs
2024-05-16 23:03:03 +04:00

11 lines
160 B
C#

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