C# Class NaturalGroundingPlayer.SetupWizard

Interaction logic for SetupWizard.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Méthodes publiques

Свойство Type Description
Player IMediaPlayerBusiness

Protected Properties

Свойство Type Description
callback System.Action

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DownloadAndPlaySample ( string artist, string title ) : Task
artist string
title string
Résultat Task

Instance() public static méthode

public static Instance ( System.Action callback ) : void
callback System.Action
Résultat void

SetupWizard() public méthode

public SetupWizard ( ) : System
Résultat System

Property Details

Player public_oe property

public IMediaPlayerBusiness Player
Résultat IMediaPlayerBusiness

callback protected_oe property

protected Action,System callback
Résultat System.Action