cleanup and formatting

This commit is contained in:
Jack Baron 2020-02-17 01:57:58 +00:00
parent 2826ca6002
commit 719f98d5f1
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064
20 changed files with 214 additions and 220 deletions

View file

@ -5,8 +5,6 @@ using System.Windows;
using System.IO; using System.IO;
using System.Windows.Media; using System.Windows.Media;
using ModAssistant.Pages; using ModAssistant.Pages;
using System.Xml;
using System.Windows.Markup;
using System.Reflection; using System.Reflection;
using Microsoft.Win32; using Microsoft.Win32;

View file

@ -6,10 +6,6 @@ using System.Threading.Tasks;
using System.Windows; using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;
using Path = System.IO.Path; using Path = System.IO.Path;
using System.Net;
using System.Web.Script.Serialization;
using System.Web;
using System.ComponentModel;
namespace ModAssistant.Pages namespace ModAssistant.Pages
{ {