private void MasterKeyButtonCommand()
 {
     _ = new ToggleMasterKeyCommand(Viewer.Log, !electricLocomotive.LocomotivePowerSupply.MasterKey.CommandSwitch);
 }
Exemplo n.º 2
0
 private void MasterKeyCommand()
 {
     _ = new ToggleMasterKeyCommand(Viewer.Log, !dieselLocomotive.LocomotivePowerSupply.MasterKey.CommandSwitch);
 }