CourseWork_CompShop/ComputerShopProvider/ComputerShopView/Form1.cs
2023-04-05 18:31:49 +04:00

10 lines
158 B
C#

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