PIbd-23_Dolgov_D.A._Softwar.../SoftwareInstallation/Form1.cs
2023-03-11 22:53:15 +04:00

10 lines
162 B
C#

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