remove and sort usings

This commit is contained in:
Jack Baron 2020-11-16 13:22:30 +00:00
parent b5223f36a9
commit 47602291a0
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064
16 changed files with 13 additions and 29 deletions

View file

@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Reflection;

View file

@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Windows;

View file

@ -4,7 +4,6 @@ using System.IO;
using System.IO.Compression;
using System.Net;
using System.Net.Http.Headers;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using System.Web;
using System.Windows;

View file

@ -2,8 +2,8 @@ using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using static ModAssistant.Http;
using System.Windows;
using static ModAssistant.Http;
namespace ModAssistant.API
{

View file

@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using System.Windows;
using static ModAssistant.Http;
namespace ModAssistant.API
{

View file

@ -1,4 +1,3 @@
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Documents;

View file

@ -3,8 +3,6 @@ using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using ModAssistant.Pages;

View file

@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using ModAssistant.Pages;

View file

@ -1,8 +1,8 @@
using Microsoft.Win32;
using System;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using Microsoft.Win32;
namespace ModAssistant
{

View file

@ -1,5 +1,3 @@
using System;
namespace ModAssistant
{
class Promotions

View file

@ -1,15 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.IO;
using System.Windows.Media;
using ModAssistant.Pages;
using System.Reflection;
using Microsoft.Win32;
using System.Windows.Media.Imaging;
using System.IO.Compression;
using System.Linq;
using System.Reflection;
using System.Windows;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.Win32;
using ModAssistant.Pages;
namespace ModAssistant
{

View file

@ -1,4 +1,3 @@
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Configuration;
@ -12,6 +11,7 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using Microsoft.Win32;
using static ModAssistant.Http;
namespace ModAssistant

View file

@ -1,4 +1,3 @@
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Windows;

View file

@ -1,4 +1,3 @@
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;

View file

@ -1,4 +1,3 @@
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;

View file

@ -9,10 +9,10 @@ using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Forms;
using System.Windows.Navigation;
using static ModAssistant.Http;
using ModAssistant.Libs;
using System.Windows.Media.Animation;
using System.Windows.Navigation;
using ModAssistant.Libs;
using static ModAssistant.Http;
using TextBox = System.Windows.Controls.TextBox;
namespace ModAssistant.Pages