diff --git a/SelfPropelledArtilleryUnit/FormArtillery.cs b/SelfPropelledArtilleryUnit/FormArtillery.cs index 5d415c5..718c34a 100644 --- a/SelfPropelledArtilleryUnit/FormArtillery.cs +++ b/SelfPropelledArtilleryUnit/FormArtillery.cs @@ -8,6 +8,7 @@ namespace Artilleries { InitializeComponent(); } + private void Draw() { Bitmap bmp = new(pictureBoxArtilleries.Width, pictureBoxArtilleries.Height);