лаб7_фин

This commit is contained in:
PIBD14CHERTOVANDREY 2024-06-17 14:16:24 +04:00
parent 5a48f4b13e
commit 9c133a375b

View File

@ -43,7 +43,7 @@ public partial class FormTrainCollection : Form
{
switch (comboBoxSelectCompany.Text)
{
case "Хранилище":
case "хранилище":
_company = new AutoParkService(pictureBox.Width, pictureBox.Height, new MassiveGenericObjects<DrawningTrain>());
break;
}