Default namespace changed to EveOPreview

This commit is contained in:
Anton Kasyanov
2016-05-09 19:26:58 +03:00
parent d84201f529
commit 46fc80714f
10 changed files with 25 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
namespace PreviewToy namespace EveOPreview
{ {
partial class Preview partial class Preview
{ {

View File

@@ -1,14 +1,8 @@
using System; using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing; using System.Drawing;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Diagnostics;
using MovablePython;
namespace PreviewToy namespace EveOPreview
{ {
public partial class Preview : Form public partial class Preview : Form
{ {

View File

@@ -6,7 +6,7 @@ using System;
using System.Windows.Forms; using System.Windows.Forms;
using System.Diagnostics; using System.Diagnostics;
namespace PreviewToy namespace EveOPreview
{ {
partial class PreviewToyHandler partial class PreviewToyHandler
{ {

View File

@@ -14,7 +14,7 @@ using System.Linq;
using System.IO; using System.IO;
namespace PreviewToy namespace EveOPreview
{ {
public partial class PreviewToyHandler : Form public partial class PreviewToyHandler : Form

View File

@@ -1,4 +1,4 @@
namespace PreviewToy namespace EveOPreview
{ {
partial class PreviewOverlay partial class PreviewOverlay
{ {

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace PreviewToy namespace EveOPreview
{ {
public partial class PreviewOverlay : Form public partial class PreviewOverlay : Form
{ {

View File

@@ -1,18 +1,17 @@
using System; using System;
using System.Collections.Generic;
using System.Windows.Forms; using System.Windows.Forms;
namespace PreviewToy namespace EveOPreview
{ {
static class Program static class Program
{ {
/// <summary>The main entry point for the application.</summary> /// <summary>The main entry point for the application.</summary>
[STAThread] [STAThread]
static void Main() static void Main()
{ {
Application.EnableVisualStyles(); Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(true); Application.SetCompatibleTextRenderingDefault(true);
Application.Run(new PreviewToyHandler()); Application.Run(new PreviewToyHandler());
} }
} }
} }

View File

@@ -1,14 +1,14 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // 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 // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace PreviewToy.Properties { namespace EveOPreview.Properties {
using System; using System;
@@ -39,7 +39,7 @@ namespace PreviewToy.Properties {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { 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; resourceMan = temp;
} }
return resourceMan; return resourceMan;

View File

@@ -1,18 +1,18 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // 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 // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace PreviewToy.Properties { namespace EveOPreview.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [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 { internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));

View File

@@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
using System.Drawing; using System.Drawing;
using System.Text; using System.Text;
namespace PreviewToy namespace EveOPreview
{ {
// Desktop Windows Manager APIs // Desktop Windows Manager APIs
internal class DwmApi internal class DwmApi