C# Class Channel9Downloader.ViewModels.Framework.DialogService

Inheritance: IDialogService
Show file Open project: MadCowDevelopment/Channel9Downloader

Public Methods

Method 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 method

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

ShowDialog() public method

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