From daf02bad9d0285759a919c9f6f18dc60af4baa5a Mon Sep 17 00:00:00 2001 From: Daria Date: Tue, 23 Apr 2024 12:50:54 +0400 Subject: [PATCH] t --- Excavator/Excavator/CollectionGenericObjects/Garage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Excavator/Excavator/CollectionGenericObjects/Garage.cs b/Excavator/Excavator/CollectionGenericObjects/Garage.cs index 9b80f79..e3f6f2f 100644 --- a/Excavator/Excavator/CollectionGenericObjects/Garage.cs +++ b/Excavator/Excavator/CollectionGenericObjects/Garage.cs @@ -14,7 +14,7 @@ namespace Excavator.CollectionGenericObjects; public class Garage(int picWidth, int picHeight, ICollectionGenericObjects collection) : AbstractCompany(picWidth, picHeight, collection) { Graphics g; - + int t = 5; protected override void DrawBackgound(Graphics g) { Pen pen = new(Color.Black, 3); @@ -44,7 +44,7 @@ public class Garage(int picWidth, int picHeight, ICollectionGenericObjects