Namespace changes
This commit is contained in:
parent
b2e46f617c
commit
2674046dce
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
@ -29,7 +29,7 @@ using System;
|
||||
using System.Reflection;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace ShareX.HistoryLib.CustomControls
|
||||
namespace ShareX.HistoryLib
|
||||
{
|
||||
public class ObjectListView : MyListView
|
||||
{
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#endregion License Information (GPL v3)
|
||||
|
||||
using ShareX.HelpersLib;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
|
||||
using ShareX.HelpersLib;
|
||||
using ShareX.Properties;
|
||||
using ShareX.StartupManagers;
|
||||
using ShareX.UploadersLib;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#endregion License Information (GPL v3)
|
||||
|
||||
using ShareX.HelpersLib;
|
||||
using ShareX.StartupManagers;
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#endregion License Information (GPL v3)
|
||||
|
||||
using ShareX.ScreenCaptureLib;
|
||||
using ShareX.HelpersLib;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using Windows.ApplicationModel;
|
||||
|
||||
namespace ShareX.StartupManagers
|
||||
namespace ShareX
|
||||
{
|
||||
public class CentennialStartupManager : IStartupManager
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace ShareX.StartupManagers
|
||||
namespace ShareX
|
||||
{
|
||||
public class DesktopStartupManager : GenericStartupManager
|
||||
{
|
||||
|
@ -27,7 +27,7 @@ using Microsoft.Win32;
|
||||
using ShareX.HelpersLib;
|
||||
using System;
|
||||
|
||||
namespace ShareX.StartupManagers
|
||||
namespace ShareX
|
||||
{
|
||||
public abstract class GenericStartupManager : IStartupManager
|
||||
{
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#endregion License Information (GPL v3)
|
||||
|
||||
namespace ShareX.StartupManagers
|
||||
namespace ShareX
|
||||
{
|
||||
public interface IStartupManager
|
||||
{
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#endregion License Information (GPL v3)
|
||||
|
||||
namespace ShareX.StartupManagers
|
||||
namespace ShareX
|
||||
{
|
||||
public static class StartupManagerFactory
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
using ShareX.HelpersLib;
|
||||
|
||||
namespace ShareX.StartupManagers
|
||||
namespace ShareX
|
||||
{
|
||||
public class SteamStartupManager : GenericStartupManager
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user