Exemplo n.º 1
0
 public iRacingConnection()
 {
     this.Replay        = new Replay(this);
     this.PitCommand    = new PitCommand();
     this.iRacingMemory = new iRacingMemory();
 }
Exemplo n.º 2
0
 public iRacingConnection()
 {
     this.Replay = new Replay(this);
     this.PitCommand = new PitCommand();
     this.iRacingMemory = new iRacingMemory();
 }