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)
|
private void comboBoxPortholeSer_SelectedIndexChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
switch (comboBoxPortholeSer.Text)
|
switch (comboBoxPortholeSer.Text)
|
||||||
{
|
{
|
||||||
case "10":
|
case "10":
|
||||||
count_porthole = CountPorthole.Ten;
|
count_porthole = CountPorthole.Ten;
|
||||||
toolStripStatusLabelSpeed.Text = Convert.ToString((int)count_porthole);
|
|
||||||
break;
|
break;
|
||||||
case "20":
|
case "20":
|
||||||
count_porthole = CountPorthole.Twenty;
|
count_porthole = CountPorthole.Twenty;
|
||||||
|
Loading…
Reference in New Issue
Block a user