public void ClearTextBox() { //Limpia los TXTBOX y Limpia la seleccion del listbox AgeTxt.Clear(); LastNametTxt.Clear(); NameTxt.Clear(); PaymentHTxt.Clear(); TotalHoursTxt.Clear(); listBox1.ClearSelected(); }
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; }