C# Class MGDF.GamesManager.Controls.Message

Inheritance: IMessage
Afficher le fichier Open project: mrsharpoblunto/MGDF

Méthodes publiques

Méthode 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 méthode

public CloseView ( ) : void
Résultat void

Invoke() public méthode

public Invoke ( InvokeDelegate d ) : void
d InvokeDelegate
Résultat void

Show() public méthode

public Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult
text string
caption string
buttons MessageBoxButtons
Résultat DialogResult

Show() public méthode

public Show ( string text ) : void
text string
Résultat void

Show() public méthode

public Show ( string text, string caption ) : void
text string
caption string
Résultat void

ShowView() public méthode

public ShowView ( IView parentView ) : void
parentView IView
Résultat void