1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-29 11:34:13 +02:00

Remove and sort usings in the whole project

This commit is contained in:
chylex 2017-04-28 13:51:06 +02:00
parent abddf61c88
commit c11f36dfef
14 changed files with 48 additions and 57 deletions

View File

@ -1,25 +1,25 @@
using System; using CefSharp;
using System.Windows.Forms;
using CefSharp;
using CefSharp.WinForms; using CefSharp.WinForms;
using TweetDck.Configuration; using System;
using TweetDck.Core.Handling; using System.Diagnostics;
using TweetDck.Core.Other;
using TweetDck.Resources;
using TweetDck.Core.Controls;
using System.Drawing; using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using TweetDck.Configuration;
using TweetDck.Core.Bridge;
using TweetDck.Core.Controls;
using TweetDck.Core.Handling;
using TweetDck.Core.Notification;
using TweetDck.Core.Notification.Screenshot;
using TweetDck.Core.Notification.Sound;
using TweetDck.Core.Other;
using TweetDck.Core.Utils; using TweetDck.Core.Utils;
using TweetDck.Updates;
using TweetDck.Plugins; using TweetDck.Plugins;
using TweetDck.Plugins.Enums; using TweetDck.Plugins.Enums;
using TweetDck.Plugins.Events; using TweetDck.Plugins.Events;
using TweetDck.Core.Bridge; using TweetDck.Resources;
using TweetDck.Core.Notification; using TweetDck.Updates;
using TweetDck.Core.Notification.Screenshot;
using TweetDck.Updates.Events; using TweetDck.Updates.Events;
using System.Diagnostics;
using System.Linq;
using TweetDck.Core.Notification.Sound;
namespace TweetDck.Core{ namespace TweetDck.Core{
sealed partial class FormBrowser : Form{ sealed partial class FormBrowser : Form{

View File

@ -1,5 +1,5 @@
using System.Windows.Forms; using CefSharp;
using CefSharp; using System.Windows.Forms;
using TweetDck.Core.Bridge; using TweetDck.Core.Bridge;
using TweetDck.Core.Controls; using TweetDck.Core.Controls;
using TweetDck.Core.Utils; using TweetDck.Core.Utils;

View File

@ -1,8 +1,8 @@
using System; using CefSharp;
using CefSharp.WinForms;
using System;
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
using CefSharp;
using CefSharp.WinForms;
using TweetDck.Configuration; using TweetDck.Configuration;
using TweetDck.Core.Controls; using TweetDck.Core.Controls;
using TweetDck.Core.Handling; using TweetDck.Core.Handling;

View File

@ -1,7 +1,7 @@
using System; using CefSharp;
using System;
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
using CefSharp;
using TweetDck.Core.Bridge; using TweetDck.Core.Bridge;
using TweetDck.Core.Controls; using TweetDck.Core.Controls;
using TweetDck.Core.Utils; using TweetDck.Core.Utils;

View File

@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TweetDck.Core.Notification { namespace TweetDck.Core.Notification {
partial class FormNotificationTweet { partial class FormNotificationTweet {
/// <summary> /// <summary>

View File

@ -1,10 +1,10 @@
using System; using System;
using System.Windows.Forms;
using TweetDck.Core.Bridge;
using TweetDck.Resources;
using System.Drawing; using System.Drawing;
using System.Drawing.Imaging; using System.Drawing.Imaging;
using System.Windows.Forms;
using TweetDck.Core.Bridge;
using TweetDck.Core.Utils; using TweetDck.Core.Utils;
using TweetDck.Resources;
namespace TweetDck.Core.Notification.Screenshot{ namespace TweetDck.Core.Notification.Screenshot{
sealed class FormNotificationScreenshotable : FormNotificationBase{ sealed class FormNotificationScreenshotable : FormNotificationBase{

View File

@ -1,5 +1,3 @@
using TweetDck.Core.Controls;
namespace TweetDck.Core.Other { namespace TweetDck.Core.Other {
sealed partial class FormAbout { sealed partial class FormAbout {
/// <summary> /// <summary>

View File

@ -1,12 +1,12 @@
using System; using CefSharp;
using System;
using System.Diagnostics; using System.Diagnostics;
using System.Drawing;
using System.Globalization; using System.Globalization;
using System.IO; using System.IO;
using System.Net; using System.Net;
using System.Windows.Forms;
using CefSharp;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Drawing; using System.Windows.Forms;
namespace TweetDck.Core.Utils{ namespace TweetDck.Core.Utils{
static class BrowserUtils{ static class BrowserUtils{

View File

@ -1,8 +1,8 @@
using System; using CefSharp;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using CefSharp;
using TweetDck.Plugins.Enums; using TweetDck.Plugins.Enums;
using TweetDck.Plugins.Events; using TweetDck.Plugins.Events;
using TweetDck.Resources; using TweetDck.Resources;

View File

@ -1,18 +1,18 @@
using System; using CefSharp;
using System;
using System.Diagnostics; using System.Diagnostics;
using System.IO; using System.IO;
using System.Windows.Forms;
using CefSharp;
using TweetDck.Configuration;
using TweetDck.Core;
using TweetDck.Core.Utils;
using System.Linq; using System.Linq;
using System.Threading; using System.Threading;
using TweetDck.Plugins; using System.Windows.Forms;
using TweetDck.Plugins.Events; using TweetDck.Configuration;
using TweetDck.Core.Other.Settings.Export; using TweetDck.Core;
using TweetDck.Core.Handling; using TweetDck.Core.Handling;
using TweetDck.Core.Other; using TweetDck.Core.Other;
using TweetDck.Core.Other.Settings.Export;
using TweetDck.Core.Utils;
using TweetDck.Plugins;
using TweetDck.Plugins.Events;
using TweetDck.Updates; using TweetDck.Updates;
namespace TweetDck{ namespace TweetDck{

View File

@ -1,7 +1,7 @@
using System; using System;
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices;
using System.Resources; using System.Resources;
using System.Runtime.InteropServices;
using TweetDck; using TweetDck;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following

View File

@ -9,9 +9,8 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace TweetDck.Properties { namespace TweetDck.Properties {
using System;
/// <summary> /// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc. /// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary> /// </summary>

View File

@ -1,9 +1,9 @@
using System; using CefSharp;
using CefSharp.WinForms;
using System;
using System.IO; using System.IO;
using System.Text; using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using CefSharp;
using CefSharp.WinForms;
namespace TweetDck.Resources{ namespace TweetDck.Resources{
static class ScriptLoader{ static class ScriptLoader{

View File

@ -1,6 +1,6 @@
using System; using CefSharp;
using CefSharp;
using CefSharp.WinForms; using CefSharp.WinForms;
using System;
using TweetDck.Core; using TweetDck.Core;
using TweetDck.Core.Controls; using TweetDck.Core.Controls;
using TweetDck.Core.Utils; using TweetDck.Core.Utils;