/// <summary> /// function to perform clean of text fields /// </summary> private void clearText() { Name_T.Clear(); Age_T.Clear(); Salary_T.Clear(); Email_T.Clear(); }
/// <summary> /// function to clear the fields of windows form /// </summary> private void TextClear() { Name_T.Clear(); Age_T.Clear(); Salary_T.Clear(); EmailID_T.Clear(); }