ISEbd-21 Nikolay Gapon LabWork01 #1
@ -68,7 +68,6 @@ namespace Airbus
|
||||
}
|
||||
Pen pen = new(Color.Black);
|
||||
|
||||
|
||||
SolidBrush brush = new SolidBrush(airbus?.BodyColor ?? Color.White);
|
||||
g.FillPolygon(brush, new[]
|
||||
{
|
||||
|
@ -40,8 +40,6 @@ namespace Airbus
|
||||
Draw();
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void ButtonMove_Click(object sender, EventArgs e)
|
||||
{
|
||||
string name = ((Button)sender)?.Name ?? string.Empty;
|
||||
|
2
Airbus/Airbus/Properties/Resources.Designer.cs
generated
2
Airbus/Airbus/Properties/Resources.Designer.cs
generated
@ -129,7 +129,7 @@ namespace Airbus.Properties {
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user