Pibd-21_Ievlewa_MD._Precast.../PrecastConcretePlant/Form1.cs

11 lines
163 B
C#
Raw Permalink Normal View History

2024-03-22 20:05:26 +04:00
namespace PrecastConcretePlant
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}