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