C# 클래스 NaturalGroundingPlayer.SetupWizard

Interaction logic for SetupWizard.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Player IMediaPlayerBusiness

보호된 프로퍼티들

프로퍼티 타입 설명
callback System.Action

공개 메소드들

메소드 설명
DownloadAndPlaySample ( string artist, string title ) : Task
Instance ( System.Action callback ) : void
SetupWizard ( ) : System

비공개 메소드들

메소드 설명
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
DisplayPage ( ) : void
DownloadBusiness_DownloadCompleted ( object sender, DownloadCompletedEventArgs e ) : void
NextButton_Click ( object sender, RoutedEventArgs e ) : void
PlayVideo ( Media video ) : Task
PreviousButton_Click ( object sender, RoutedEventArgs e ) : void
Window_Closing ( object sender, System e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

DownloadAndPlaySample() 공개 메소드

public DownloadAndPlaySample ( string artist, string title ) : Task
artist string
title string
리턴 Task

Instance() 공개 정적인 메소드

public static Instance ( System.Action callback ) : void
callback System.Action
리턴 void

SetupWizard() 공개 메소드

public SetupWizard ( ) : System
리턴 System

프로퍼티 상세

Player 공개적으로 프로퍼티

public IMediaPlayerBusiness Player
리턴 IMediaPlayerBusiness

callback 보호되어 있는 프로퍼티

protected Action,System callback
리턴 System.Action