private void button1_Click(object sender, EventArgs e) { if (cutoffFileDialog.ShowDialog() == DialogResult.OK) { binaryCutoff.Text = Constants.FileSelected; _cutoffVector = null; } }
private void binaryCutoff_TextChanged(object sender, EventArgs e) { _cutoffVector = null; }