final fix

This commit is contained in:
NikGapon 2022-10-22 18:15:09 +04:00
parent 377ed090ec
commit 5e582dca90
3 changed files with 1 additions and 4 deletions

View File

@ -68,7 +68,6 @@ namespace Airbus
}
Pen pen = new(Color.Black);
SolidBrush brush = new SolidBrush(airbus?.BodyColor ?? Color.White);
g.FillPolygon(brush, new[]
{

View File

@ -40,8 +40,6 @@ namespace Airbus
Draw();
}
private void ButtonMove_Click(object sender, EventArgs e)
{
string name = ((Button)sender)?.Name ?? string.Empty;

View File

@ -129,7 +129,7 @@ namespace Airbus.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
/// </summary>