Make Connection reference readonly
This commit is contained in:
parent
1a4ac719c4
commit
97dc6aeb4b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
public PrinterConnection Connection { get; private set; }
|
||||
public PrinterConnection Connection { get; }
|
||||
|
||||
public string PrinterConnectionStatus
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue