C# Class Hawkeye.UI.WarningBox

Shows a Warning dialog box.
显示文件 Open project: odalet/Hawkeye2

Public Methods

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

Shows a Warning dialog box.

Show ( string text ) : DialogResult

Shows a Warning dialog box.

Method Details

Show() public static method

Shows a Warning dialog box.
public static Show ( IWin32Window owner, string text ) : DialogResult
owner IWin32Window Dialog box top-level window and owner.
text string The text to display in the message box.
return DialogResult

Show() public static method

Shows a Warning dialog box.
public static Show ( string text ) : DialogResult
text string The text to display in the message box.
return DialogResult