Ejemplo n.º 1
0
 /// <summary>
 /// Remove breakpoints in the past
 /// </summary>
 public void UpdateBreakpoints()
 {
     while (Time > Breaks.First)
     {
         Breaks.ClearBreakpoint();
     }
 }