示例#1
0
 public ScriptedDualModePowerSupply(MSTSElectricLocomotive locomotive) :
     base(locomotive)
 {
     CircuitBreaker      = new ScriptedCircuitBreaker(this);
     TractionCutOffRelay = new ScriptedTractionCutOffRelay(this);
 }
示例#2
0
 public ScriptedDieselPowerSupply(MSTSDieselLocomotive locomotive) :
     base(locomotive)
 {
     TractionCutOffRelay = new ScriptedTractionCutOffRelay(this);
 }