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