コード例 #1
0
 public iRacingConnection()
 {
     this.Replay        = new Replay(this);
     this.PitCommand    = new PitCommand();
     this.iRacingMemory = new iRacingMemory();
 }
コード例 #2
0
 public iRacingConnection()
 {
     this.Replay = new Replay(this);
     this.PitCommand = new PitCommand();
     this.iRacingMemory = new iRacingMemory();
 }