final fix
This commit is contained in:
parent
377ed090ec
commit
5e582dca90
@ -68,7 +68,6 @@ namespace Airbus
|
|||||||
}
|
}
|
||||||
Pen pen = new(Color.Black);
|
Pen pen = new(Color.Black);
|
||||||
|
|
||||||
|
|
||||||
SolidBrush brush = new SolidBrush(airbus?.BodyColor ?? Color.White);
|
SolidBrush brush = new SolidBrush(airbus?.BodyColor ?? Color.White);
|
||||||
g.FillPolygon(brush, new[]
|
g.FillPolygon(brush, new[]
|
||||||
{
|
{
|
||||||
|
@ -40,8 +40,6 @@ namespace Airbus
|
|||||||
Draw();
|
Draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private void ButtonMove_Click(object sender, EventArgs e)
|
private void ButtonMove_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
string name = ((Button)sender)?.Name ?? string.Empty;
|
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));
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user