void wizard_GCodePush(string gcode, CNC.Core.Action action) { GCodePush?.Invoke(gcode, action); }
private void Logic_GCodePush(string gcode, Action action) { GCodePush?.Invoke(gcode, action); // Forward }