1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-20 03:15:47 +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 System.Windows.Forms;
using CefSharp;
using CefSharp;
using CefSharp.WinForms;
using TweetDck.Configuration;
using TweetDck.Core.Handling;
using TweetDck.Core.Other;
using TweetDck.Resources;
using TweetDck.Core.Controls;
using System;
using System.Diagnostics;
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.Updates;
using TweetDck.Plugins;
using TweetDck.Plugins.Enums;
using TweetDck.Plugins.Events;
using TweetDck.Core.Bridge;
using TweetDck.Core.Notification;
using TweetDck.Core.Notification.Screenshot;
using TweetDck.Resources;
using TweetDck.Updates;
using TweetDck.Updates.Events;
using System.Diagnostics;
using System.Linq;
using TweetDck.Core.Notification.Sound;
namespace TweetDck.Core{
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.Controls;
using TweetDck.Core.Utils;

View File

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

View File

@ -1,7 +1,7 @@
using System;
using CefSharp;
using System;
using System.Drawing;
using System.Windows.Forms;
using CefSharp;
using TweetDck.Core.Bridge;
using TweetDck.Core.Controls;
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 {
partial class FormNotificationTweet {
/// <summary>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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