ISEbd-21 Nikolay Gapon LabWork01 HARD #1

Closed
NikGapon wants to merge 8 commits from LabWork01 into master
Showing only changes of commit 9936fffceb - Show all commits

View File

@ -66,12 +66,10 @@ namespace Airbus
private void comboBoxPortholeSer_SelectedIndexChanged(object sender, EventArgs e)
{
switch (comboBoxPortholeSer.Text)
{
case "10":
count_porthole = CountPorthole.Ten;
toolStripStatusLabelSpeed.Text = Convert.ToString((int)count_porthole);
break;
case "20":
count_porthole = CountPorthole.Twenty;