コード例 #1
0
ファイル: SessionEvent.cs プロジェクト: CloseUpDK/iRTVO
 public SessionEvent(SessionEventTypes type, Int64 replay, DriverInfo driver, String desc, SessionTypes session, Int32 lap)
 {
     this.type = type;
     this.timestamp = DateTime.Now;
     this.replaypos = replay;
     this.driver = driver;
     this.description = desc;
     this.session = session;
     this.lapnum = lap;
     this.rewind = 0;
 }
コード例 #2
0
ファイル: SessionEvent.cs プロジェクト: moose3/iRTVO
 public SessionEvent(SessionEventTypes type, Int64 replay, DriverInfo driver, String desc, SessionTypes session, Int32 lap)
 {
     this.type        = type;
     this.timestamp   = DateTime.Now;
     this.replaypos   = replay;
     this.driver      = driver;
     this.description = desc;
     this.session     = session;
     this.lapnum      = lap;
     this.rewind      = 0;
 }