C# 클래스 EmptyWeb.ValidationResult

파일 보기 프로젝트 열기: Rust1k/csCourse

공개 메소드들

메소드 설명
ValidationResult ( bool isValid, string errMsg = "" ) : System

메소드 상세

ValidationResult() 공개 메소드

public ValidationResult ( bool isValid, string errMsg = "" ) : System
isValid bool
errMsg string
리턴 System