Default namespace changed to EveOPreview
This commit is contained in:
2
Eve-O-Preview/Preview.Designer.cs
generated
2
Eve-O-Preview/Preview.Designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
partial class Preview
|
||||
{
|
||||
|
||||
@@ -1,14 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Diagnostics;
|
||||
using MovablePython;
|
||||
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
public partial class Preview : Form
|
||||
{
|
||||
|
||||
2
Eve-O-Preview/PreviewHandler.Designer.cs
generated
2
Eve-O-Preview/PreviewHandler.Designer.cs
generated
@@ -6,7 +6,7 @@ using System;
|
||||
using System.Windows.Forms;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
partial class PreviewToyHandler
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@ using System.Linq;
|
||||
|
||||
using System.IO;
|
||||
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
|
||||
public partial class PreviewToyHandler : Form
|
||||
|
||||
2
Eve-O-Preview/PreviewOverlay.Designer.cs
generated
2
Eve-O-Preview/PreviewOverlay.Designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
partial class PreviewOverlay
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
public partial class PreviewOverlay : Form
|
||||
{
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>The main entry point for the application.</summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(true);
|
||||
Application.Run(new PreviewToyHandler());
|
||||
}
|
||||
}
|
||||
static class Program
|
||||
{
|
||||
/// <summary>The main entry point for the application.</summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(true);
|
||||
Application.Run(new PreviewToyHandler());
|
||||
}
|
||||
}
|
||||
}
|
||||
6
Eve-O-Preview/Properties/Resources.Designer.cs
generated
6
Eve-O-Preview/Properties/Resources.Designer.cs
generated
@@ -1,14 +1,14 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34014
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PreviewToy.Properties {
|
||||
namespace EveOPreview.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace PreviewToy.Properties {
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PreviewToy.Properties.Resources", typeof(Resources).Assembly);
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EveOPreview.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
|
||||
6
Eve-O-Preview/Properties/Settings.Designer.cs
generated
6
Eve-O-Preview/Properties/Settings.Designer.cs
generated
@@ -1,18 +1,18 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34014
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace PreviewToy.Properties {
|
||||
namespace EveOPreview.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
|
||||
namespace PreviewToy
|
||||
namespace EveOPreview
|
||||
{
|
||||
// Desktop Windows Manager APIs
|
||||
internal class DwmApi
|
||||
|
||||
Reference in New Issue
Block a user