PIbd-14 ChertovA.A. LabWork7 Simple #7

Closed
pibd14chertovandrey wants to merge 3 commits from lab07 into lab06
Showing only changes of commit 9c133a375b - Show all commits

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;
}