Example #1
0
 private void btnReset_Click(object sender, EventArgs e)
 {
     roundCount = 0;
     timeCount  = 0;
     selector   = 0;
     ec.Clear();
     lblPresentCom.Text  = "(none)";
     lblRoundCount.Text  = $"Round:";
     lblTimeElapsed.Text = $"Time Elapsed:";
     lblCombInd.Text     = "";
     ClearTexts();
 }