Example #1
0
 public void ClearTextBox()
 {
     //Limpia los TXTBOX y Limpia la seleccion del listbox
     AgeTxt.Clear();
     LastNametTxt.Clear();
     NameTxt.Clear();
     PaymentHTxt.Clear();
     TotalHoursTxt.Clear();
     listBox1.ClearSelected();
 }
Example #2
0
 public void ClearTextBox()
 {
     //Limpia los TXTBOX y Limpia la seleccion del listbox
     AgeTxt.Clear();
     LastNametTxt.Clear();
     NameTxt.Clear();
     PaymentHTxt.Clear();
     TotalHoursTxt.Clear();
     listBox1.ClearSelected();
     pictureBox1.Image      = null;
     TotalHoursTxt.ReadOnly = false;
 }