C# Class Channel9Downloader.ViewModels.Framework.DialogService

Inheritance: IDialogService
Afficher le fichier Open project: MadCowDevelopment/Channel9Downloader

Méthodes publiques

Méthode Description
DialogService ( ) : System.ComponentModel.Composition

Initializes a new instance of the DialogService class.

ShowDialog ( string title, object dataContext ) : bool?

Shows a dialog.

Method Details

DialogService() public méthode

Initializes a new instance of the DialogService class.
public DialogService ( ) : System.ComponentModel.Composition
Résultat System.ComponentModel.Composition

ShowDialog() public méthode

Shows a dialog.
public ShowDialog ( string title, object dataContext ) : bool?
title string Title of the dialog.
dataContext object DataContext of the dialog.
Résultat bool?