コード例 #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();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: siddu-chalwa/WindowsForm
 /// <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();
 }