C# Class InTheHand.UI.Popups.MessageDialogHelper

Provides helper methods for MessageDialog.
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
ShowAsync2 ( this md ) : IAsyncOperation

Shows a MessageDialog using a ContentDialog on desktop Windows where possible.

Method Details

ShowAsync2() public static méthode

Shows a MessageDialog using a ContentDialog on desktop Windows where possible.
public static ShowAsync2 ( this md ) : IAsyncOperation
md this The MessageDialog
Résultat IAsyncOperation