메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System.ComponentModel.Composition |
public ShowDialog ( string title, object dataContext ) : bool? | ||
title | string | Title of the dialog. |
dataContext | object | DataContext of the dialog. |
리턴 | bool? |