rename namepsaces

This commit is contained in:
schedpas
2022-02-09 14:35:55 +01:00
parent af3073ab3b
commit 9fbbc749f3
95 changed files with 326 additions and 376 deletions

View File

@@ -9,7 +9,7 @@ using Microsoft.VisualBasic;
/* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia *//* TODO ERROR: Skipped DefineDirectiveTrivia */
/* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped ElifDirectiveTrivia *//* TODO ERROR: Skipped DisabledTextTrivia *//* TODO ERROR: Skipped EndIfDirectiveTrivia */
/* TODO ERROR: Skipped IfDirectiveTrivia */
namespace SM64_ROM_Manager.Updating.Client.GUI.My
namespace Pilz.Updating.Client.GUI.My
{
/* TODO ERROR: Skipped IfDirectiveTrivia */

View File

@@ -10,7 +10,7 @@ using System.Xml.Linq;
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Client.GUI.My
namespace Pilz.Updating.Client.GUI.My
{
[Embedded()]
[DebuggerNonUserCode()]

View File

@@ -11,7 +11,7 @@
using System.Diagnostics;
using Microsoft.VisualBasic;
namespace SM64_ROM_Manager.Updating.Client.GUI.My
namespace Pilz.Updating.Client.GUI.My
{
[System.Runtime.CompilerServices.CompilerGenerated()]
[System.CodeDom.Compiler.GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
@@ -33,7 +33,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My
}
}
namespace SM64_ROM_Manager.Updating.Client.GUI.My
namespace Pilz.Updating.Client.GUI.My
{
[HideModuleName()]
[DebuggerNonUserCode()]

View File

@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace SM64_ROM_Manager.Updating.Client.GUI {
namespace Pilz.Updating.Client.GUI {
using System;
@@ -39,7 +39,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.MyIcons", typeof(MyIcons).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Pilz.Updating.Client.GUI.MyIcons", typeof(MyIcons).Assembly);
resourceMan = temp;
}
return resourceMan;

View File

@@ -11,7 +11,7 @@
using System.Diagnostics;
using Microsoft.VisualBasic;
namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
namespace Pilz.Updating.Client.GUI.My.Resources
{
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
@@ -40,7 +40,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
{
if (ReferenceEquals(resourceMan, null))
{
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.Resources", typeof(Resources).Assembly);
var temp = new System.Resources.ResourceManager("Pilz.Updating.Client.GUI.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}

View File

@@ -3,7 +3,7 @@ using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
namespace SM64_ROM_Manager.Updating.Client.GUI
namespace Pilz.Updating.Client.GUI
{
[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
public partial class SimpleActionDialog : DevComponents.DotNetBar.OfficeForm

View File

@@ -1,7 +1,7 @@
using global::DevComponents.DotNetBar;
using global::SM64_ROM_Manager.Updating.Client.GUI.My.Resources;
using global::Pilz.Updating.Client.GUI.My.Resources;
namespace SM64_ROM_Manager.Updating.Client.GUI
namespace Pilz.Updating.Client.GUI
{
public partial class SimpleActionDialog
{

View File

@@ -5,10 +5,10 @@ using System.Runtime.CompilerServices;
using System.Windows.Forms;
using global::DevComponents.DotNetBar;
using Microsoft.VisualBasic.CompilerServices;
using global::SM64_ROM_Manager.Updating.Client.GUI.My.Resources;
using global::Pilz.Updating.Client.GUI.My.Resources;
using System;
namespace SM64_ROM_Manager.Updating.Client.GUI
namespace Pilz.Updating.Client.GUI
{
public class UpdateClientGUI
{

View File

@@ -5,7 +5,7 @@ using System.Windows.Forms;
using global::DevComponents.DotNetBar;
using Microsoft.VisualBasic.CompilerServices;
namespace SM64_ROM_Manager.Updating.Client.GUI
namespace Pilz.Updating.Client.GUI
{
[DesignerGenerated()]
internal partial class UpdatesAvailableDialog : OfficeForm
@@ -181,7 +181,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI
this.ButtonX_Install.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Install.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Install.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ButtonX_Install.Image = global::SM64_ROM_Manager.Updating.Client.GUI.MyIcons.icons8_software_installer_16px;
this.ButtonX_Install.Image = global::Pilz.Updating.Client.GUI.MyIcons.icons8_software_installer_16px;
resources.ApplyResources(this.ButtonX_Install, "ButtonX_Install");
this.ButtonX_Install.Name = "ButtonX_Install";
this.ButtonX_Install.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
@@ -191,7 +191,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI
this.ButtonX_Cancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ButtonX_Cancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.ButtonX_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ButtonX_Cancel.Image = global::SM64_ROM_Manager.Updating.Client.GUI.MyIcons.icons8_delete_16px;
this.ButtonX_Cancel.Image = global::Pilz.Updating.Client.GUI.MyIcons.icons8_delete_16px;
resources.ApplyResources(this.ButtonX_Cancel, "ButtonX_Cancel");
this.ButtonX_Cancel.Name = "ButtonX_Cancel";
this.ButtonX_Cancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;

View File

@@ -1,9 +1,9 @@
using System.Drawing;
using System.Windows.Forms;
using global::DevComponents.DotNetBar;
using SM64_ROM_Manager.Updating.GUIBase;
using Pilz.Updating.GUIBase;
namespace SM64_ROM_Manager.Updating.Client.GUI
namespace Pilz.Updating.Client.GUI
{
internal partial class UpdatesAvailableDialog
{

View File

@@ -10,7 +10,7 @@
using System.Diagnostics;
namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
namespace Pilz.Updating.Client.GUI.My.Resources
{
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
@@ -43,7 +43,7 @@ namespace SM64_ROM_Manager.Updating.Client.GUI.My.Resources
{
if (ReferenceEquals(resourceMan, null))
{
var temp = new System.Resources.ResourceManager("SM64_ROM_Manager.Updating.Client.GUI.UpdatingClientGuiLangRes", typeof(UpdatingClientGuiLangRes).Assembly);
var temp = new System.Resources.ResourceManager("Pilz.Updating.Client.GUI.UpdatingClientGuiLangRes", typeof(UpdatingClientGuiLangRes).Assembly);
resourceMan = temp;
}