コード例 #1
0
ファイル: ClientInfo.cs プロジェクト: FSharpCSharp/UIPAB
        private bool ClientIsElegible()
        {
            ValidationResult result = MyController.IsClientElegible(dtpDateOfBirth.Value);

            errNotifier.SetError(dtpDateOfBirth, result.ErrorMessage);
            return(result.IsValid);
        }