From 9936fffceb5dee981ce44d20afd46b3d762efe77 Mon Sep 17 00:00:00 2001 From: NikGapon <45200250+NikGapon@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:34:01 +0400 Subject: [PATCH] fix tr --- Airbus/Airbus/FormAirplane.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Airbus/Airbus/FormAirplane.cs b/Airbus/Airbus/FormAirplane.cs index cb6cd4d..c6227ee 100644 --- a/Airbus/Airbus/FormAirplane.cs +++ b/Airbus/Airbus/FormAirplane.cs @@ -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;