Set protected windowTitle in constructor

This commit is contained in:
John Lewin 2019-02-16 00:59:46 -08:00 committed by jlewin
parent 9d1170f118
commit c85cd950d6
5 changed files with 29 additions and 28 deletions

View file

@ -37,6 +37,8 @@ namespace MatterHackers.MatterControl
protected PrinterConfig printer;
protected string windowTitle;
public PrinterConfig Printer => printer;
public PrinterSetupWizard(PrinterConfig printer)