C# Class TestApp.MessageBox

Afficher le fichier Open project: hermitdave/HermitDaveWinRTControls

Méthodes publiques

Méthode Description
ShowAsync ( string messageBoxText ) : Task
ShowAsync ( string messageBoxText, string caption, MessageBoxButton button ) : Task

Method Details

ShowAsync() public static méthode

public static ShowAsync ( string messageBoxText ) : Task
messageBoxText string
Résultat Task

ShowAsync() public static méthode

public static ShowAsync ( string messageBoxText, string caption, MessageBoxButton button ) : Task
messageBoxText string
caption string
button MessageBoxButton
Résultat Task