C# 클래스 OdessaGUIProject.DRM_Helpers.ProtectionWarnings

파일 보기 프로젝트 열기: noahsw/highlight-hunter

공개 메소드들

메소드 설명
WarnAboutInvalidPassword ( ) : void
WarnAboutLockout ( ) : void
WarnAboutOtherError ( string method, int error ) : void

메소드 상세

WarnAboutInvalidPassword() 공개 정적인 메소드

public static WarnAboutInvalidPassword ( ) : void
리턴 void

WarnAboutLockout() 공개 정적인 메소드

public static WarnAboutLockout ( ) : void
리턴 void

WarnAboutOtherError() 공개 정적인 메소드

public static WarnAboutOtherError ( string method, int error ) : void
method string
error int
리턴 void