We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7cb29 commit d46c20fCopy full SHA for d46c20f
UnityLauncherPro/App.xaml.cs
@@ -1,10 +1,4 @@
1
-using System;
2
-using System.Collections.Generic;
3
-using System.Configuration;
4
-using System.Data;
5
-using System.Linq;
6
-using System.Threading.Tasks;
7
-using System.Windows;
+using System.Windows;
8
9
namespace UnityLauncherPro
10
{
UnityLauncherPro/Data/ThemeColor.cs
@@ -1,5 +1,4 @@
using System;
-using System.ComponentModel;
using System.Globalization;
using System.Windows.Data;
using System.Windows.Media;
UnityLauncherPro/UpgradeWindow.xaml.cs
@@ -1,6 +1,4 @@
+using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
0 commit comments