Aparyan.ISE-22.MotorPlant/Aparyan.ISE_22.MotorPlant/Form1.cs

11 lines
168 B
C#

namespace Aparyan.ISE_22.MotorPlant
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}