Ejemplo n.º 1
0
 private void simpleButton3_Click(object sender, EventArgs e)
 {
     FPS.DestroyText();
     FPS.Enable(false);
     if (watchButtons.WorkerSupportsCancellation)
     {
         watchButtons.CancelAsync();
     }
 }