From 3e892c6021a99e7f40902d887bd0e448a545fbab Mon Sep 17 00:00:00 2001 From: Marselchi Date: Fri, 24 Nov 2023 12:56:39 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=BA=D0=BE=D0=B9-=D1=82=D0=BE=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=81=D1=8F=D0=BA,=20=D0=B1=D0=B5=D0=B7=20=D0=BC?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=B9=D1=88=D0=B5=D0=B3=D0=BE=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BD=D1=8F=D1=82=D0=B8=D1=8F=20=D0=BE=D1=82=D0=BA=D1=83=D0=B4?= =?UTF-8?q?=D0=B0=20=D1=8D=D1=82=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Liner/MainScreen.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Liner/MainScreen.cs b/Liner/MainScreen.cs index 4e176e4..fdcf5f2 100644 --- a/Liner/MainScreen.cs +++ b/Liner/MainScreen.cs @@ -2,7 +2,6 @@ using Liner.Drawing; using Liner.Entities; using Liner.MovingStrategies; using System.Drawing; -using static System.Windows.Forms.VisualStyles.VisualStyleElement.Window; namespace Liner {