PIbd-23_Polevoy_S.V._SelfPr.../SelfPropelledArtilleryUnit/FormArtillery.cs

10 lines
184 B
C#

namespace SelfPropelledArtilleryUnit
{
public partial class FormArtillery : Form
{
public FormArtillery()
{
InitializeComponent();
}
}
}