fix tr
This commit is contained in:
parent
f4ef4eb459
commit
9936fffceb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user