Реализация загрузки и сохранения данных по всем объектам.
This commit is contained in:
parent
b5810b8a71
commit
42cc3bdf2e
@ -169,17 +169,6 @@ namespace AirplaneWithRadar
|
||||
/// Метод отрисовки фона
|
||||
/// </summary>
|
||||
/// <param name="g"></param>
|
||||
private void DrawHangar(Graphics g, int x, int y, int width, int height)
|
||||
{
|
||||
Pen pen = new(Color.Black, 3);
|
||||
g.DrawLine(pen, x, y, x + width, y);
|
||||
g.DrawLine(pen, x, y, x, y + height + 20);
|
||||
g.DrawLine(pen, x, y + height + 20, x + width, y + height + 20);
|
||||
}
|
||||
/// <summary>
|
||||
/// Метод отрисовки фона
|
||||
/// </summary>
|
||||
/// <param name="g"></param>
|
||||
private void DrawBackground(Graphics g)
|
||||
{
|
||||
Pen pen = new(Color.White, 5);
|
||||
|
Loading…
Reference in New Issue
Block a user