C# 클래스 PocketCampus.Common.MessageBoxEx

Additional message boxes.
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
ShowDialog ( string caption, string message ) : void

Displays a simple dialog with an OK button.

ShowPrompt ( string caption, string message ) : bool

Prompts the user with a yes-or-no question.

메소드 상세

ShowDialog() 공개 정적인 메소드

Displays a simple dialog with an OK button.
public static ShowDialog ( string caption, string message ) : void
caption string The dialog caption.
message string The dialog message.
리턴 void

ShowPrompt() 공개 정적인 메소드

Prompts the user with a yes-or-no question.
public static ShowPrompt ( string caption, string message ) : bool
caption string The dialog caption.
message string The dialog message.
리턴 bool