C# Class NaturalGroundingPlayer.SetupWizard

Interaction logic for SetupWizard.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Properties

Property Type Description
Player IMediaPlayerBusiness

Protected Properties

Property Type Description
callback System.Action

Public Methods

Method Description
DownloadAndPlaySample ( string artist, string title ) : Task
Instance ( System.Action callback ) : void
SetupWizard ( ) : System

Private Methods

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

Method Details

DownloadAndPlaySample() public method

public DownloadAndPlaySample ( string artist, string title ) : Task
artist string
title string
return Task

Instance() public static method

public static Instance ( System.Action callback ) : void
callback System.Action
return void

SetupWizard() public method

public SetupWizard ( ) : System
return System

Property Details

Player public_oe property

public IMediaPlayerBusiness Player
return IMediaPlayerBusiness

callback protected_oe property

protected Action,System callback
return System.Action