Exemple #1
0
 public void ClearTextBox()
 {
     Name_txt.Clear();
     Date_txt.Text   = "";
     Amount_txt.Text = string.Empty;
     Description_txt.Clear();
     Category_txt.Text = "";
 }
 public void ClearTextBox()
 {
     Name_txt.Clear();
     Code_txt.Clear();
     Unit_txt.Text = string.Empty;
     Description_txt.Clear();
     Quantity_txt.Clear();
 }