From dd17348e453ad4a0cff94e90366ba729e2e1454f Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Tue, 2 Apr 2024 13:54:03 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20using?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lunapark/Lunapark/App.xaml.cs | 8 +------- Lunapark/Lunapark/MainWindow.xaml.cs | 15 +-------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/Lunapark/Lunapark/App.xaml.cs b/Lunapark/Lunapark/App.xaml.cs index f7f5f45..e7328f7 100644 --- a/Lunapark/Lunapark/App.xaml.cs +++ b/Lunapark/Lunapark/App.xaml.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; +using System.Windows; namespace Lunapark { diff --git a/Lunapark/Lunapark/MainWindow.xaml.cs b/Lunapark/Lunapark/MainWindow.xaml.cs index d988544..1d1e75c 100644 --- a/Lunapark/Lunapark/MainWindow.xaml.cs +++ b/Lunapark/Lunapark/MainWindow.xaml.cs @@ -1,17 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; +using System.Windows; namespace Lunapark {