C# Class Mindjet.Utility

Utility Class
显示文件 Open project: CuchulainX/mindManagerMacros

Public Methods

Method Description
HandleError ( System se ) : void

Show a message box with the error details.

Release ( object o ) : bool

Release A COM object

Utility ( ) : System

Default Constructor

Method Details

HandleError() public static method

Show a message box with the error details.
public static HandleError ( System se ) : void
se System an exception
return void

Release() public static method

Release A COM object
public static Release ( object o ) : bool
o object
return bool

Utility() public method

Default Constructor
public Utility ( ) : System
return System