Beispiel #1
0
 /// <summary>
 /// Call this to en a block in the log.
 /// </summary>
 protected void TraceBlockEnd()
 {
     TracingService.BlockEnd();
 }
 /// <summary>
 /// Call this to en a block in the log.
 /// </summary>
 public void TraceBlockEnd()
 {
     TracingService.BlockEnd();
 }