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