Changed namespaces too

This commit is contained in:
Jaex 2014-12-10 22:25:20 +02:00
parent 5096a895f1
commit d5b1d287fb
454 changed files with 777 additions and 777 deletions

View file

@ -23,10 +23,10 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class ActionsCodeMenuEntry : CodeMenuEntry public class ActionsCodeMenuEntry : CodeMenuEntry
{ {

View file

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

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class CLICommandAction public class CLICommandAction
{ {

View file

@ -28,7 +28,7 @@
using System.Linq; using System.Linq;
using System.Text; using System.Text;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class CLIManager public class CLIManager
{ {

View file

@ -28,7 +28,7 @@
using System.IO; using System.IO;
using System.Text; using System.Text;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public abstract class ExternalCLIManager : IDisposable public abstract class ExternalCLIManager : IDisposable
{ {

View file

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

View file

@ -23,12 +23,12 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System.Drawing; using System.Drawing;
using System.Linq; using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class CodeMenu public static class CodeMenu
{ {

View file

@ -25,7 +25,7 @@
using System; using System;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public abstract class CodeMenuEntry public abstract class CodeMenuEntry
{ {

View file

@ -26,7 +26,7 @@
using System.Drawing; using System.Drawing;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
[StructLayout(LayoutKind.Explicit)] [StructLayout(LayoutKind.Explicit)]
public struct ColorBgra public struct ColorBgra

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Drawing.Imaging; using System.Drawing.Imaging;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class ColorMatrixManager public static class ColorMatrixManager
{ {

View file

@ -23,11 +23,11 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.Drawing; using System.Drawing;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public struct CMYK public struct CMYK
{ {

View file

@ -26,7 +26,7 @@
using System.Drawing; using System.Drawing;
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class ColorBox : ColorUserControl public class ColorBox : ColorUserControl
{ {

View file

@ -25,7 +25,7 @@
using System; using System;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public delegate void ColorEventHandler(object sender, ColorEventArgs e); public delegate void ColorEventHandler(object sender, ColorEventArgs e);

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
[DefaultEvent("ColorChanged")] [DefaultEvent("ColorChanged")]
public class ColorPicker : UserControl public class ColorPicker : UserControl

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class ColorPickerForm partial class ColorPickerForm
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class ColorPickerForm : Form public partial class ColorPickerForm : Form
{ {

View file

@ -25,7 +25,7 @@
using System.Drawing; using System.Drawing;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class ColorSlider : ColorUserControl public class ColorSlider : ColorUserControl
{ {

View file

@ -23,7 +23,7 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.ComponentModel; using System.ComponentModel;
using System.Drawing; using System.Drawing;
@ -31,7 +31,7 @@
using System.IO; using System.IO;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public abstract class ColorUserControl : UserControl public abstract class ColorUserControl : UserControl
{ {

View file

@ -29,7 +29,7 @@
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
using System.Linq; using System.Linq;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class GradientInfo public class GradientInfo
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class GradientPickerForm partial class GradientPickerForm
{ {

View file

@ -28,7 +28,7 @@
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class GradientPickerForm : Form public partial class GradientPickerForm : Form
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Drawing.Design; using System.Drawing.Design;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class GradientStop public class GradientStop
{ {

View file

@ -23,11 +23,11 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.Drawing; using System.Drawing;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public struct HSB public struct HSB
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Drawing; using System.Drawing;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public struct MyColor public struct MyColor
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Drawing; using System.Drawing;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public struct RGBA public struct RGBA
{ {

View file

@ -29,7 +29,7 @@
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
[DefaultEvent("MouseClick")] [DefaultEvent("MouseClick")]
public class BlackStyleButton : Control public class BlackStyleButton : Control

View file

@ -29,7 +29,7 @@
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
[DefaultEvent("CheckedChanged")] [DefaultEvent("CheckedChanged")]
public class BlackStyleCheckBox : Control public class BlackStyleCheckBox : Control

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class BlackStyleLabel : Control public class BlackStyleLabel : Control
{ {

View file

@ -28,7 +28,7 @@
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class BlackStyleProgressBar : Control public class BlackStyleProgressBar : Control
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class Canvas : UserControl public class Canvas : UserControl
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
[DefaultEvent("ColorChanged")] [DefaultEvent("ColorChanged")]
public class ColorButton : Button public class ColorButton : Button

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class ExportImportControl partial class ExportImportControl
{ {

View file

@ -23,7 +23,7 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using Newtonsoft.Json; using Newtonsoft.Json;
using Newtonsoft.Json.Converters; using Newtonsoft.Json.Converters;
using System; using System;
@ -32,7 +32,7 @@
using System.Text; using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class ExportImportControl : UserControl public partial class ExportImportControl : UserControl
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class MenuButton : Button public class MenuButton : Button
{ {

View file

@ -29,7 +29,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class MyListView : ListView public class MyListView : ListView
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class MyPictureBox partial class MyPictureBox
{ {

View file

@ -23,14 +23,14 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.ComponentModel; using System.ComponentModel;
using System.Drawing; using System.Drawing;
using System.IO; using System.IO;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class MyPictureBox : UserControl public partial class MyPictureBox : UserControl
{ {

View file

@ -26,7 +26,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class NoFocusBorderButton : Button public class NoFocusBorderButton : Button
{ {

View file

@ -26,7 +26,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class SplitContainerCustomSplitter : SplitContainer public class SplitContainerCustomSplitter : SplitContainer
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class TabToListView partial class TabToListView
{ {

View file

@ -27,7 +27,7 @@
using System.ComponentModel; using System.ComponentModel;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class TabToListView : UserControl public partial class TabToListView : UserControl
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class TabToTreeView partial class TabToTreeView
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class TabToTreeView : UserControl public partial class TabToTreeView : UserControl
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class TablessControl : TabControl public class TablessControl : TabControl
{ {

View file

@ -28,7 +28,7 @@
using System.Windows.Forms; using System.Windows.Forms;
using System.Windows.Forms.VisualStyles; using System.Windows.Forms.VisualStyles;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class ToolStripRadioButtonMenuItem : ToolStripMenuItem public class ToolStripRadioButtonMenuItem : ToolStripMenuItem
{ {

View file

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

View file

@ -29,7 +29,7 @@
using System.Drawing; using System.Drawing;
using System.Drawing.Imaging; using System.Drawing.Imaging;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class ConvolutionMatrixManager public static class ConvolutionMatrixManager
{ {

View file

@ -25,7 +25,7 @@
using System.Security.Cryptography; using System.Security.Cryptography;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
// http://damieng.com/blog/2006/08/08/calculating_crc32_in_c_and_net // http://damieng.com/blog/2006/08/08/calculating_crc32_in_c_and_net
public class Crc32 : HashAlgorithm public class Crc32 : HashAlgorithm

View file

@ -28,7 +28,7 @@
using System.IO; using System.IO;
using System.Security.Cryptography; using System.Security.Cryptography;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class HashCheck public class HashCheck
{ {

View file

@ -25,7 +25,7 @@
using System.Text; using System.Text;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class Translator public class Translator
{ {

View file

@ -29,7 +29,7 @@
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class TranslatorHelper public static class TranslatorHelper
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class CursorData : IDisposable public class CursorData : IDisposable
{ {

View file

@ -27,7 +27,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Management; using System.Management;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class AdapterInfo : IDisposable public class AdapterInfo : IDisposable
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class DNSChangerForm partial class DNSChangerForm
{ {

View file

@ -23,11 +23,11 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class DNSChangerForm : Form public partial class DNSChangerForm : Form
{ {

View file

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

View file

@ -25,7 +25,7 @@
using System; using System;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class DWMManager : IDisposable public class DWMManager : IDisposable
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Diagnostics; using System.Diagnostics;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class DebugHelper public static class DebugHelper
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Diagnostics; using System.Diagnostics;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class DebugTimer : IDisposable public class DebugTimer : IDisposable
{ {

View file

@ -26,7 +26,7 @@
using System.Diagnostics; using System.Diagnostics;
using System.IO; using System.IO;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class VideoEncoder public class VideoEncoder
{ {

View file

@ -25,7 +25,7 @@
using System.ComponentModel; using System.ComponentModel;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
// http://en.wikipedia.org/wiki/List_of_file_formats // http://en.wikipedia.org/wiki/List_of_file_formats

View file

@ -23,7 +23,7 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
@ -31,7 +31,7 @@
using System.Reflection; using System.Reflection;
using System.Resources; using System.Resources;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class EnumExtensions public static class EnumExtensions
{ {

View file

@ -23,7 +23,7 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;
@ -36,7 +36,7 @@
using System.Windows.Forms; using System.Windows.Forms;
using Encoder = System.Drawing.Imaging.Encoder; using Encoder = System.Drawing.Imaging.Encoder;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class Extensions public static class Extensions
{ {

View file

@ -26,7 +26,7 @@
using System.Drawing; using System.Drawing;
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class GraphicsExtensions public static class GraphicsExtensions
{ {

View file

@ -29,7 +29,7 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class GraphicsPathExtensions public static class GraphicsPathExtensions
{ {

View file

@ -25,7 +25,7 @@
using System; using System;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class NumberExtensions public static class NumberExtensions
{ {

View file

@ -29,7 +29,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Reflection; using System.Reflection;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class ObjectExtensions public static class ObjectExtensions
{ {

View file

@ -27,7 +27,7 @@
using System.IO; using System.IO;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class StreamExtensions public static class StreamExtensions
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Text; using System.Text;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class StringExtensions public static class StringExtensions
{ {

View file

@ -27,7 +27,7 @@
using System.Xml; using System.Xml;
using System.Xml.Linq; using System.Xml.Linq;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class XMLExtensions public static class XMLExtensions
{ {

View file

@ -27,7 +27,7 @@
using System.Diagnostics; using System.Diagnostics;
using System.IO; using System.IO;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class ExternalProgram public class ExternalProgram
{ {

View file

@ -29,7 +29,7 @@
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class FFmpegDownloader public static class FFmpegDownloader
{ {

View file

@ -25,7 +25,7 @@
using System; using System;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public static class FastDateTime public static class FastDateTime
{ {

View file

@ -30,7 +30,7 @@
using System.Net; using System.Net;
using System.Threading; using System.Threading;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class FileDownloader public class FileDownloader
{ {

View file

@ -25,7 +25,7 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class FixedSizedQueue<T> : Queue<T> public class FixedSizedQueue<T> : Queue<T>
{ {

View file

@ -25,7 +25,7 @@
using System.Drawing; using System.Drawing;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class FontSafe public class FontSafe
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class ClipboardContentViewer partial class ClipboardContentViewer
{ {

View file

@ -23,13 +23,13 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.Drawing; using System.Drawing;
using System.Linq; using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class ClipboardContentViewer : Form public partial class ClipboardContentViewer : Form
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class DebugForm partial class DebugForm
{ {

View file

@ -29,7 +29,7 @@
using System.Text; using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class DebugForm : Form public partial class DebugForm : Form
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class ErrorForm partial class ErrorForm
{ {

View file

@ -27,7 +27,7 @@
using System.IO; using System.IO;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class ErrorForm : Form public partial class ErrorForm : Form
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class HashCheckForm partial class HashCheckForm
{ {

View file

@ -23,12 +23,12 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System; using System;
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class HashCheckForm : Form public partial class HashCheckForm : Form
{ {

View file

@ -28,7 +28,7 @@
using System.IO; using System.IO;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class ImageViewer : Form public class ImageViewer : Form
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class InputBox : Form public class InputBox : Form
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class MonitorTestForm partial class MonitorTestForm
{ {

View file

@ -28,7 +28,7 @@
using System.Drawing.Drawing2D; using System.Drawing.Drawing2D;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class MonitorTestForm : Form public partial class MonitorTestForm : Form
{ {

View file

@ -23,11 +23,11 @@
#endregion License Information (GPL v3) #endregion License Information (GPL v3)
using HelpersLib.Properties; using ShareX.HelpersLib.Properties;
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class MyMessageBox : Form public class MyMessageBox : Form
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class OutputBox partial class OutputBox
{ {

View file

@ -26,7 +26,7 @@
using System; using System;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class OutputBox : Form public partial class OutputBox : Form
{ {

View file

@ -1,4 +1,4 @@
namespace HelpersLib namespace ShareX.HelpersLib
{ {
partial class QRCodeForm partial class QRCodeForm
{ {

View file

@ -31,7 +31,7 @@
using System.IO; using System.IO;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public partial class QRCodeForm : Form public partial class QRCodeForm : Form
{ {

View file

@ -26,7 +26,7 @@
using System.ComponentModel; using System.ComponentModel;
using System.Windows.Forms; using System.Windows.Forms;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class TrayForm : Form public class TrayForm : Form
{ {

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.IO; using System.IO;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class AnimatedGifCreator : IDisposable public class AnimatedGifCreator : IDisposable
{ {

View file

@ -28,7 +28,7 @@
using System.Drawing; using System.Drawing;
using System.IO; using System.IO;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
public class GifClass public class GifClass
{ {

View file

@ -27,7 +27,7 @@
using System.Collections; using System.Collections;
using System.Drawing; using System.Drawing;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
/// <summary> /// <summary>
/// Summary description for PaletteQuantizer. /// Summary description for PaletteQuantizer.

View file

@ -28,7 +28,7 @@
using System.Drawing; using System.Drawing;
using System.Drawing.Imaging; using System.Drawing.Imaging;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
/// <summary> /// <summary>
/// Quantize using an Octree /// Quantize using an Octree

View file

@ -27,7 +27,7 @@
using System.Drawing; using System.Drawing;
using System.Drawing.Imaging; using System.Drawing.Imaging;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
/// <summary> /// <summary>
/// Summary description for PaletteQuantizer. /// Summary description for PaletteQuantizer.

View file

@ -28,7 +28,7 @@
using System.Drawing.Imaging; using System.Drawing.Imaging;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace HelpersLib namespace ShareX.HelpersLib
{ {
/// <summary> /// <summary>
/// Summary description for Class1. /// Summary description for Class1.

Some files were not shown because too many files have changed in this diff Show more