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

@@ -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;