mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Refactor: Sort and remove usings.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using osrepodbmgr.Core;
|
||||
using osrepodbmgr.Core;
|
||||
using Schemas;
|
||||
|
||||
namespace osrepodbmgr.Eto
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user