From adfb11d087374e8f8e11518119c1ab66e7789edc Mon Sep 17 00:00:00 2001 From: Ilya Date: Sat, 20 Feb 2021 15:05:03 +0300 Subject: [PATCH] Improve code style --- MafiaGame/App.xaml.cs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/MafiaGame/App.xaml.cs b/MafiaGame/App.xaml.cs index bbecb9f..abc4a2f 100644 --- a/MafiaGame/App.xaml.cs +++ b/MafiaGame/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; using DiscordRPC; using DiscordRPC.Logging; using DiscordRPC.Message; @@ -14,7 +8,7 @@ namespace MafiaGame /// /// Interaction logic for App.xaml /// - public partial class App : Application + public partial class App { public App() {