Rename Connection.PrinterIsConnected -> Connection.IsConnected
This commit is contained in:
parent
028afd98d2
commit
e998f137aa
15 changed files with 33 additions and 33 deletions
|
|
@ -84,7 +84,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
{
|
||||
this.Items.Clear();
|
||||
|
||||
if (printer.Connection.PrinterIsConnected
|
||||
if (printer.Connection.IsConnected
|
||||
&& !(printer.Connection.PrinterIsPrinting || printer.Connection.PrinterIsPaused))
|
||||
{
|
||||
autoResetEvent = new AutoResetEvent(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue