C# Class MusikNet.Controls.MediaLibraryControl

Interaction logic for MediaLibrary.xaml
Inheritance: System.Windows.Controls.UserControl, IHasSubHeadline
Exibir arquivo Open project: nexus49/grado

Public Methods

Method Description
GetSubHeadline ( ) : String
MediaLibraryControl ( ) : System
MediaLibrarySelectArtistEventHandler ( Object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
ToggleButton_Checked ( object sender, RoutedEventArgs e ) : void
changeView ( System.Windows.Controls.Primitives.ToggleButton checkedButton ) : void
unCheckOtherToggleButtons ( System.Windows.Controls.Primitives.ToggleButton checkedButton ) : void

Method Details

GetSubHeadline() public method

public GetSubHeadline ( ) : String
return String

MediaLibraryControl() public method

public MediaLibraryControl ( ) : System
return System

MediaLibrarySelectArtistEventHandler() public method

public MediaLibrarySelectArtistEventHandler ( Object sender, RoutedEventArgs e ) : void
sender Object
e System.Windows.RoutedEventArgs
return void