C# 클래스 Channel9Downloader.ViewModels.Framework.DialogService

상속: IDialogService
파일 보기 프로젝트 열기: MadCowDevelopment/Channel9Downloader

공개 메소드들

메소드 설명
DialogService ( ) : System.ComponentModel.Composition

Initializes a new instance of the DialogService class.

ShowDialog ( string title, object dataContext ) : bool?

Shows a dialog.

메소드 상세

DialogService() 공개 메소드

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

ShowDialog() 공개 메소드

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