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:
John Lewin 2016-06-02 16:21:32 -07:00
parent 98a5440725
commit 44c6a23037
3 changed files with 92 additions and 130 deletions

View file

@ -8,7 +8,7 @@ using System;
namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
{
public class SetupConnectionWidgetBase : ConnectionWidgetBase
public class SetupConnectionWidgetBase : WizardPanel
{
//private GuiWidget mainContainer;