C# Class SmoothStreamingPlayerApplication.MainPage

Inheritance: System.Windows.Controls.Page
Datei anzeigen Open project: NicePeopleAtWork/NicePlayers

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
Button_BigBuckBunny_Click ( object sender, RoutedEventArgs e ) : void
Button_PlayReady_LicenseAcquisition_Click ( object sender, RoutedEventArgs e ) : void
Button_PlayReady_SuperSpeedway_Click ( object sender, RoutedEventArgs e ) : void
Button_PlayReady_ToTheLimit_Click ( object sender, RoutedEventArgs e ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
licenseAcquirer_AcquireLicenseCompleted ( object sender, System.Windows.Media.AcquireLicenseCompletedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void