Exemplo n.º 1
0
 private void TractionCutOffRelayClosingOffCommand()
 {
     _ = new TractionCutOffRelayClosingOrderButtonCommand(Viewer.Log, false);
 }
Exemplo n.º 2
0
 private void TractionCutOffRelayClosingOnCommand()
 {
     _ = new TractionCutOffRelayClosingOrderCommand(Viewer.Log, !dieselLocomotive.DieselPowerSupply.TractionCutOffRelay.DriverClosingOrder);
     _ = new TractionCutOffRelayClosingOrderButtonCommand(Viewer.Log, true);
 }