From f26292c76fb24eee019c86d9ad2774662ac68159 Mon Sep 17 00:00:00 2001 From: Sedat Kapanoglu Date: Tue, 11 Jul 2023 15:04:09 -0700 Subject: [PATCH] remove unused using --- MainWindow.xaml.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 7ad21fd..7435312 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -1,6 +1,4 @@ -using System; -using System.Diagnostics; -using System.Reflection; +using System.Diagnostics; using System.Windows; using System.Windows.Controls;