C# 클래스 Hawkeye.UI.QuestionBox

Shows a Question dialog box.
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
Show ( IWin32Window owner, string text ) : DialogResult

Shows a Question dialog box.

Show ( string text ) : DialogResult

Shows a Question dialog box.

메소드 상세

Show() 공개 정적인 메소드

Shows a Question 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.
리턴 DialogResult

Show() 공개 정적인 메소드

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