Unified the android and desktop setup wizard classes
This commit is contained in:
parent
6acbe7f2d3
commit
b54e6a14ad
25 changed files with 1850 additions and 227 deletions
|
|
@ -34,7 +34,7 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
return new List<MenuItemAction>
|
||||
{
|
||||
new MenuItemAction("Add Printer".Localize(), () => ConnectionWizard.Show()),
|
||||
new MenuItemAction("Add Printer".Localize(), () => WizardWindow.Show()),
|
||||
new MenuItemAction("Add File To Queue".Localize(), importFile_Click),
|
||||
new MenuItemAction("Redeem Design Code".Localize(), () => RedeemDesignCode?.Invoke(this, null)),
|
||||
new MenuItemAction("Enter Share Code".Localize(), () => EnterShareCode?.Invoke(this, null)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue