Method | Description | |
---|---|---|
DialogService ( ) : System.ComponentModel.Composition |
Initializes a new instance of the DialogService class.
|
|
ShowDialog ( string title, object dataContext ) : bool? |
Shows a dialog.
|
public DialogService ( ) : System.ComponentModel.Composition | ||
return | System.ComponentModel.Composition |
public ShowDialog ( string title, object dataContext ) : bool? | ||
title | string | Title of the dialog. |
dataContext | object | DataContext of the dialog. |
return | bool? |