C# Class NaturalGroundingPlayer.EditPlaylistWindow

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

Protected Properties

Property Type Description
callback System.Action

Public Methods

Method Description
EditPlaylistWindow ( ) : System
Instance ( System.Action callback ) : void

Private Methods

Method Description
CloseButton_Click ( object sender, RoutedEventArgs e ) : void
DisplayVideoCount ( ) : void
EditButton_Click ( object sender, RoutedEventArgs e ) : void
LoadMediaInfoAsync ( ) : Task
MediaList_DataLoaded ( object sender, EventArgs e ) : void
MediaList_ItemDoubleClick ( object sender, EventArgs e ) : void
RatingCategoryCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Settings_Changed ( object sender, RoutedEventArgs e ) : void
Window_Closing ( object sender, CancelEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
timerChangeFilters_Tick ( object sender, EventArgs e ) : void

Method Details

EditPlaylistWindow() public method

public EditPlaylistWindow ( ) : System
return System

Instance() public static method

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

Property Details

callback protected_oe property

protected Action,System callback
return System.Action