ISEbd-21 Nikolay Gapon LabWork01 HARD #1
@ -37,6 +37,7 @@ namespace Airbus
|
||||
toolStripStatusLabelSpeed.Text = $"Скорость: {airbus.airbus?.Speed}";
|
||||
toolStripStatusLabelWight.Text = $"Вес: {airbus.airbus?.Weight}";
|
||||
toolStripStatusLabelColor.Text = $" : {airbus.airbus?.BodyColor}";
|
||||
airbus.Upd_count_Porthole(count_porthole);
|
||||
Draw();
|
||||
}
|
||||
|
||||
@ -67,7 +68,7 @@ namespace Airbus
|
||||
airbus?.ChangeBorders(pictureBox.Width, pictureBox.Height);
|
||||
Draw();
|
||||
}
|
||||
CountPorthole count_porthole = CountPorthole.None;
|
||||
CountPorthole count_porthole = CountPorthole.Ten;
|
||||
private void comboBoxPortholeSer_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user