Пример #1
0
 public Entry(string label)
 {
     this.label      = label;
     this.cumulative = MyStopWatch.StartNew();
     this.subs       = new List <Entry>();
 }