C# Class Gilgame.SEWorkbench.Services.MessageBox

Afficher le fichier Open project: gilgame/SEWorkbench

Méthodes publiques

Méthode Description
ShowError ( string error, Exception ex ) : System.Windows.MessageBoxResult
ShowError ( object ex ) : void
ShowMessage ( string message ) : System.Windows.MessageBoxResult
ShowQuestion ( string question ) : System.Windows.MessageBoxResult

Method Details

ShowError() public static méthode

public static ShowError ( string error, Exception ex ) : System.Windows.MessageBoxResult
error string
ex System.Exception
Résultat System.Windows.MessageBoxResult

ShowError() public static méthode

public static ShowError ( object ex ) : void
ex object
Résultat void

ShowMessage() public static méthode

public static ShowMessage ( string message ) : System.Windows.MessageBoxResult
message string
Résultat System.Windows.MessageBoxResult

ShowQuestion() public static méthode

public static ShowQuestion ( string question ) : System.Windows.MessageBoxResult
question string
Résultat System.Windows.MessageBoxResult