C# Class OdessaGUIProject.DRM_Helpers.ProtectionWarnings

Datei anzeigen Open project: noahsw/highlight-hunter

Public Methods

Method Description
WarnAboutInvalidPassword ( ) : void
WarnAboutLockout ( ) : void
WarnAboutOtherError ( string method, int error ) : void

Method Details

WarnAboutInvalidPassword() public static method

public static WarnAboutInvalidPassword ( ) : void
return void

WarnAboutLockout() public static method

public static WarnAboutLockout ( ) : void
return void

WarnAboutOtherError() public static method

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