C# Class TpTrayUtility.Components.Messenger

Show file Open project: TargetProcess/Tp.TrayUtility

Public Methods

Method Description
ShowError ( string error ) : DialogResult
ShowIncorrectVersionError ( ) : DialogResult
ShowUnhandleError ( ) : DialogResult
ShowWarning ( string warning ) : DialogResult

Method Details

ShowError() public static method

public static ShowError ( string error ) : DialogResult
error string
return DialogResult

ShowIncorrectVersionError() public static method

public static ShowIncorrectVersionError ( ) : DialogResult
return DialogResult

ShowUnhandleError() public static method

public static ShowUnhandleError ( ) : DialogResult
return DialogResult

ShowWarning() public static method

public static ShowWarning ( string warning ) : DialogResult
warning string
return DialogResult