Namespace changes

This commit is contained in:
Jaex 2017-12-05 17:59:18 +03:00
parent b2e46f617c
commit 2674046dce
16 changed files with 15 additions and 20 deletions

View File

@ -28,7 +28,7 @@ using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace ShareX.HelpersLib.Controls
namespace ShareX.HelpersLib
{
public class HotkeySelectionButton : Button
{

View File

@ -23,12 +23,11 @@
#endregion License Information (GPL v3)
using ShareX.HelpersLib;
using System;
using System.Diagnostics;
using System.Drawing;
namespace ShareX.ScreenCaptureLib
namespace ShareX.HelpersLib
{
public class WindowInfo
{

View File

@ -28,7 +28,7 @@ using System.ComponentModel;
using System.Windows.Forms;
using System.Windows.Forms.Design;
namespace ShareX.HelpersLib.UITypeEditors
namespace ShareX.HelpersLib
{
public class JsonFileNameEditor : FileNameEditor
{

View File

@ -29,7 +29,7 @@
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HistoryItemInfoForm));
this.olvMain = new ShareX.HistoryLib.CustomControls.ObjectListView();
this.olvMain = new ShareX.HistoryLib.ObjectListView();
this.SuspendLayout();
//
// olvMain
@ -40,7 +40,7 @@
this.olvMain.HideSelection = false;
this.olvMain.MultiSelect = false;
this.olvMain.Name = "olvMain";
this.olvMain.SetObjectType = ShareX.HistoryLib.CustomControls.ObjectListView.ObjectType.Properties;
this.olvMain.SetObjectType = ShareX.HistoryLib.ObjectListView.ObjectType.Properties;
this.olvMain.UseCompatibleStateImageBehavior = false;
this.olvMain.View = System.Windows.Forms.View.Details;
//
@ -58,6 +58,6 @@
#endregion Windows Form Designer generated code
private CustomControls.ObjectListView olvMain;
private ShareX.HistoryLib.ObjectListView olvMain;
}
}

View File

@ -29,7 +29,7 @@ using System;
using System.Reflection;
using System.Windows.Forms;
namespace ShareX.HistoryLib.CustomControls
namespace ShareX.HistoryLib
{
public class ObjectListView : MyListView
{

View File

@ -23,6 +23,7 @@
#endregion License Information (GPL v3)
using ShareX.HelpersLib;
using System;
using System.Drawing;

View File

@ -25,7 +25,6 @@
using ShareX.HelpersLib;
using ShareX.Properties;
using ShareX.StartupManagers;
using ShareX.UploadersLib;
using System;
using System.Drawing;

View File

@ -24,7 +24,6 @@
#endregion License Information (GPL v3)
using ShareX.HelpersLib;
using ShareX.StartupManagers;
using System;
using System.Windows.Forms;

View File

@ -23,7 +23,7 @@
#endregion License Information (GPL v3)
using ShareX.ScreenCaptureLib;
using ShareX.HelpersLib;
using System;
using System.Drawing;

View File

@ -23,13 +23,10 @@
#endregion License Information (GPL v3)
using Microsoft.Win32;
using Newtonsoft.Json;
using ShareX.HelpersLib;
using ShareX.Properties;
using ShareX.StartupManagers;
using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Windows.Forms;

View File

@ -28,7 +28,7 @@
using System;
using Windows.ApplicationModel;
namespace ShareX.StartupManagers
namespace ShareX
{
public class CentennialStartupManager : IStartupManager
{

View File

@ -25,7 +25,7 @@
using System.Windows.Forms;
namespace ShareX.StartupManagers
namespace ShareX
{
public class DesktopStartupManager : GenericStartupManager
{

View File

@ -27,7 +27,7 @@ using Microsoft.Win32;
using ShareX.HelpersLib;
using System;
namespace ShareX.StartupManagers
namespace ShareX
{
public abstract class GenericStartupManager : IStartupManager
{

View File

@ -23,7 +23,7 @@
#endregion License Information (GPL v3)
namespace ShareX.StartupManagers
namespace ShareX
{
public interface IStartupManager
{

View File

@ -23,7 +23,7 @@
#endregion License Information (GPL v3)
namespace ShareX.StartupManagers
namespace ShareX
{
public static class StartupManagerFactory
{

View File

@ -25,7 +25,7 @@
using ShareX.HelpersLib;
namespace ShareX.StartupManagers
namespace ShareX
{
public class SteamStartupManager : GenericStartupManager
{