C# Class FxDetector.ErrorBox

显示文件 Open project: odalet/Hawkeye2

Public Methods

Method Description
Show ( IWin32Window owner, string text ) : DialogResult
Show ( string text ) : DialogResult

Method Details

Show() public static method

public static Show ( IWin32Window owner, string text ) : DialogResult
owner IWin32Window
text string
return DialogResult

Show() public static method

public static Show ( string text ) : DialogResult
text string
return DialogResult