Rename SetupConnectionWigetBase to ConnectionWizardPanel

This commit is contained in:
John Lewin 2016-06-03 11:36:25 -07:00
parent 6d6d921cc7
commit 2ba410f52d
10 changed files with 11 additions and 11 deletions

View file

@ -32,7 +32,7 @@ using MatterHackers.MatterControl.CustomWidgets;
namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
{
public class ShowAuthPanel : SetupConnectionWidgetBase
public class ShowAuthPanel : ConnectionWizardPanel
{
public ShowAuthPanel(WizardWindow connectionWizard) : base(connectionWizard)
{