Exemplo n.º 1
0
 private void continueExecution(object sender, EventArgs e)
 {
     if (dbg != null && dbg.IsAlive)
     {
         dbg.ContinueExecution(500);
     }
 }