public GcodeViewBasic(PrintItemWrapper printItem, GetSizeFunction bedSizeFunction, GetSizeFunction bedCenterFunction) { this.printItem = printItem; this.bedSizeFunction = bedSizeFunction; this.bedCenterFunction = bedCenterFunction; CreateAndAddChildren(null); }
public GcodeViewBasic(PrintItemWrapper printItem, GetSizeFunction bedSizeFunction, GetSizeFunction bedCenterFunction, bool addCloseButton) { widgetHasCloseButton = addCloseButton; this.printItem = printItem; this.bedSizeFunction = bedSizeFunction; this.bedCenterFunction = bedCenterFunction; CreateAndAddChildren(null); }