Property | Type | Description | |
---|---|---|---|
Player | IMediaPlayerBusiness |
Property | Type | Description | |
---|---|---|---|
callback | System.Action |
Method | Description | |
---|---|---|
DownloadAndPlaySample ( string artist, string title ) : Task | ||
Instance ( System.Action callback ) : void | ||
SetupWizard ( ) : System |
Method | Description | |
---|---|---|
CancelButton_Click ( object sender, |
||
DisplayPage ( ) : void | ||
DownloadBusiness_DownloadCompleted ( object sender, |
||
NextButton_Click ( object sender, |
||
PlayVideo ( |
||
PreviousButton_Click ( object sender, |
||
Window_Closing ( object sender, System e ) : void | ||
Window_Loaded ( object sender, |
public DownloadAndPlaySample ( string artist, string title ) : Task | ||
artist | string | |
title | string | |
return | Task |
public static Instance ( System.Action callback ) : void | ||
callback | System.Action | |
return | void |