Exemplo n.º 1
0
 private void tmrIncrementBar_Tick(object sender, System.EventArgs e)
 {
     status.PerformStep();
     if (status.Maximum == status.Value)
     {
         tmrIncrementBar.Enabled = false;
     }
 }