示例#1
0
 public void CreateTimeStamp(object sender, PausEventArgs e)
 {
     CreateTimeStamp((float)e.time, this.Position);
 }
示例#2
0
 public void ClearTimeStamps(object sender, PausEventArgs e)
 {
     timeStampList = new TimeStampList();
     //TODO: Find a proper way to tell the object to make a timestamp
     CreateTimeStamp((float)e.time, this.Position);
 }