C# Class MGDF.GamesManager.Controls.Message

Inheritance: IMessage
Datei anzeigen Open project: mrsharpoblunto/MGDF

Public Methods

Method Description
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

Method Details

CloseView() public method

public CloseView ( ) : void
return void

Invoke() public method

public Invoke ( InvokeDelegate d ) : void
d InvokeDelegate
return void

Show() public method

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

Show() public method

public Show ( string text ) : void
text string
return void

Show() public method

public Show ( string text, string caption ) : void
text string
caption string
return void

ShowView() public method

public ShowView ( IView parentView ) : void
parentView IView
return void