Move CommunicationState enums into PrinterCommunication namespace
This commit is contained in:
parent
9aaf0f6311
commit
1ac3274e7d
27 changed files with 148 additions and 148 deletions
|
|
@ -62,7 +62,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
public void ConnectionStatusChanged(object test, EventArgs args)
|
||||
{
|
||||
if(PrinterConnection.Instance.CommunicationState == PrinterConnection.CommunicationStates.Connected && connectToPrinterRow != null)
|
||||
if(PrinterConnection.Instance.CommunicationState == CommunicationStates.Connected && connectToPrinterRow != null)
|
||||
{
|
||||
connectToPrinterRow.SetSuccessful();
|
||||
nextButton.Visible = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue