Esempio n. 1
0
 private TimePointStats(TimePoint timePoint)
 {
     stats          = new Dictionary <>();
     this.timePoint = new TimePoint(timePoint);
 }
Esempio n. 2
0
 public static TimePointStats getNewStats(TimePoint timePoint)
 {
     return(new TimePointStats(timePoint));
 }