C# 클래스 NaturalGroundingPlayer.EditPlaylistWindow

Interaction logic for EditPlaylistWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
callback System.Action

공개 메소드들

메소드 설명
EditPlaylistWindow ( ) : System
Instance ( System.Action callback ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

EditPlaylistWindow() 공개 메소드

public EditPlaylistWindow ( ) : System
리턴 System

Instance() 공개 정적인 메소드

public static Instance ( System.Action callback ) : void
callback System.Action
리턴 void

프로퍼티 상세

callback 보호되어 있는 프로퍼티

protected Action,System callback
리턴 System.Action