Пример #1
0
 private void cbDescription_TextChanged(object sender, EventArgs e)
 {
     CutlistData.FilterTextForControl(cbDescription);
 }
Пример #2
0
 private void tbComment_TextChanged(object sender, EventArgs e)
 {
     CutlistData.FilterTextForControl(tbComment);
 }