C# 클래스 MGDF.GamesManager.Controls.Message

상속: IMessage
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF

공개 메소드들

메소드 설명
CloseView ( ) : void
Invoke ( InvokeDelegate d ) : void
Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult
Show ( string text ) : void
Show ( string text, string caption ) : void
ShowView ( IView parentView ) : void

메소드 상세

CloseView() 공개 메소드

public CloseView ( ) : void
리턴 void

Invoke() 공개 메소드

public Invoke ( InvokeDelegate d ) : void
d InvokeDelegate
리턴 void

Show() 공개 메소드

public Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult
text string
caption string
buttons MessageBoxButtons
리턴 DialogResult

Show() 공개 메소드

public Show ( string text ) : void
text string
리턴 void

Show() 공개 메소드

public Show ( string text, string caption ) : void
text string
caption string
리턴 void

ShowView() 공개 메소드

public ShowView ( IView parentView ) : void
parentView IView
리턴 void