Exemple #1
0
 private void cbDescription_TextChanged(object sender, EventArgs e)
 {
     CutlistData.FilterTextForControl(cbDescription);
 }
Exemple #2
0
 private void tbComment_TextChanged(object sender, EventArgs e)
 {
     CutlistData.FilterTextForControl(tbComment);
 }