Collapse ConnectionWidgetBase out of hierarchy
- Fixes #843 - Remove ConnectionWidgetBase class - Migrate most functionality into SetupStepComPortManual - Derive SetupConnectionWidgetBase from WizardPanel instead of CWB
This commit is contained in:
parent
98a5440725
commit
44c6a23037
3 changed files with 92 additions and 130 deletions
|
|
@ -8,7 +8,7 @@ using System;
|
|||
|
||||
namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
||||
{
|
||||
public class SetupConnectionWidgetBase : ConnectionWidgetBase
|
||||
public class SetupConnectionWidgetBase : WizardPanel
|
||||
{
|
||||
//private GuiWidget mainContainer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue