From adedfc6bd1dc159f7f22864986b5b56041d9ec8f Mon Sep 17 00:00:00 2001 From: xom9kxom9k Date: Wed, 7 Feb 2024 08:55:05 +0400 Subject: [PATCH] 11 --- Seaplane/DrawingSeaplane.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Seaplane/DrawingSeaplane.cs b/Seaplane/DrawingSeaplane.cs index f676646..82919f7 100644 --- a/Seaplane/DrawingSeaplane.cs +++ b/Seaplane/DrawingSeaplane.cs @@ -144,7 +144,10 @@ public class DrawingSeaplane return false; } } - + /// + /// Прорисовка объекта + /// + /// public void DrawTransport(Graphics g) { if (EntitySeaplane == null || !_startPosX.HasValue || !_startPosY.HasValue)