Example #1
0
 /// <summary>
 /// function to perform clean of text fields
 /// </summary>
 private void clearText()
 {
     Name_T.Clear();
     Age_T.Clear();
     Salary_T.Clear();
     Email_T.Clear();
 }
Example #2
0
 /// <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();
 }