Ejemplo n.º 1
0
 public ScriptedDualModePowerSupply(MSTSElectricLocomotive locomotive) :
     base(locomotive)
 {
     CircuitBreaker      = new ScriptedCircuitBreaker(this);
     TractionCutOffRelay = new ScriptedTractionCutOffRelay(this);
 }
Ejemplo n.º 2
0
 public ScriptedDieselPowerSupply(MSTSDieselLocomotive locomotive) :
     base(locomotive)
 {
     TractionCutOffRelay = new ScriptedTractionCutOffRelay(this);
 }