Esempio n. 1
0
 new public void NewStopWatch(string id, ISimpleStopWatch sw)
 {
     base.NewStopWatch(id, sw);
 }
Esempio n. 2
0
 /// <summary>Used to test NewStopWatch with a mock class.</summary>
 protected void NewStopWatch(string id, ISimpleStopWatch sw)
 {
     swList.Add(id, sw);
 }