C# Class InTheHand.UI.Popups.MessageDialogHelper

Provides helper methods for MessageDialog.
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method Description
ShowAsync2 ( this md ) : IAsyncOperation

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

Method Details

ShowAsync2() public static method

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