This commit is contained in:
NikGapon 2022-11-25 16:34:01 +04:00
parent f4ef4eb459
commit 9936fffceb

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;