private void PlcAspSelManMode_OnUIChanges(PLCControl <bool> control, bool e) { this.plcAspirazione.doWithPLC((plc) => { plc.writeBool(".HMI_Sel_Man_Mode", !e); }); }
private void Form1_OnUIChanges(PLCControl <bool> control, bool e) { throw new NotImplementedException(); }