コード例 #1
0
ファイル: SeeTeam.cs プロジェクト: AugustinSorel/PosSystem
 private bool CheckAllTextBoxesFilled()
 {
     return(SeetTimeCheckInput.TextboxesFilled(groupBox1));
 }
コード例 #2
0
ファイル: SeeTeam.cs プロジェクト: AugustinSorel/PosSystem
 private bool AgeIsNumeric()
 {
     return(SeetTimeCheckInput.Age(TxtBoxAge.Text));
 }