Refactor: Sort and remove usings.

This commit is contained in:
2017-05-16 03:36:57 +01:00
parent e43c826b53
commit ff443ac551
6 changed files with 19 additions and 28 deletions

View File

@@ -1,5 +1,4 @@
using System;
using osrepodbmgr.Core;
using osrepodbmgr.Core;
using Schemas;
namespace osrepodbmgr.Eto

View File

@@ -27,17 +27,17 @@
//
using System;
using System.Collections.Generic;
using Eto.Forms;
using Eto.Drawing;
using Eto.Serialization.Xaml;
using System.Threading;
using osrepodbmgr.Core;
using System.Collections.ObjectModel;
using Schemas;
using System.IO;
using System.Xml.Serialization;
using Newtonsoft.Json;
using System.ComponentModel;
using System.IO;
using System.Threading;
using System.Xml.Serialization;
using Eto.Drawing;
using Eto.Forms;
using Eto.Serialization.Xaml;
using Newtonsoft.Json;
using osrepodbmgr.Core;
using Schemas;
namespace osrepodbmgr.Eto
{

View File

@@ -26,9 +26,7 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
using System;
using System.Collections.Generic;
using Eto.Forms;
using Eto.Drawing;
using Eto.Serialization.Xaml;
namespace osrepodbmgr.Eto

View File

@@ -26,13 +26,11 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
using System;
using System.Collections.Generic;
using Eto.Forms;
using Eto.Drawing;
using Eto.Serialization.Xaml;
using Schemas;
using System.Collections.ObjectModel;
using System.Linq;
using Eto.Forms;
using Eto.Serialization.Xaml;
using Schemas;
namespace osrepodbmgr.Eto
{

View File

@@ -26,13 +26,11 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
using System;
using System.Collections.Generic;
using Eto.Forms;
using Eto.Drawing;
using Eto.Serialization.Xaml;
using osrepodbmgr.Core;
using System.IO;
using System.Threading;
using Eto.Forms;
using Eto.Serialization.Xaml;
using osrepodbmgr.Core;
namespace osrepodbmgr.Eto
{

View File

@@ -26,14 +26,12 @@
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
using System;
using System.Collections.Generic;
using Eto.Forms;
using System.Collections.ObjectModel;
using System.Threading;
using Eto.Drawing;
using Eto.Forms;
using Eto.Serialization.Xaml;
using osrepodbmgr.Core;
using System.Threading;
using Eto;
using System.Collections.ObjectModel;
namespace osrepodbmgr.Eto
{