Exemplo n.º 1
0
 private void btnClear_Click(object sender, EventArgs e)
 {
     TBID.Clear();
     TBID2.Clear();
     TBName.Clear();
     CBClass.Text         = "";
     CBProduct.Text       = "";
     CBProductNumber.Text = "";
     CBProductName.Text   = "";
 }
Exemplo n.º 2
0
 private void BtnClear_Click(object sender, RoutedEventArgs e)
 {
     TBID.Clear();
 }