private void btnUnSubTSEC_Click(object sender, EventArgs e) { if (cbMatch.Checked) { quoteCom.UnSubQuotesMatch(txtTSEC.Text); } if (cbDepth.Checked) { quoteCom.UnSubQuotesDepth(txtTSEC.Text); } }