C# 클래스 JryVideo.Selectors.SeriesSelector.SeriesSelectorWindow

SeriesSelectorWindow.xaml 的交互逻辑
파일 보기 프로젝트 열기: Cologler/JRYVideo 1 사용 예제들

공개 메소드들

메소드 설명
Select ( Window parent, Series without = null ) : Series
SeriesSelectorWindow ( ) : System

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void

Raises the E:System.Windows.FrameworkElement.Initialized event. This method is invoked whenever P:System.Windows.FrameworkElement.IsInitialized is set to true internally.

비공개 메소드들

메소드 설명
AcceptButton_OnClick ( object sender, RoutedEventArgs e ) : void

메소드 상세

OnInitialized() 보호된 메소드

Raises the E:System.Windows.FrameworkElement.Initialized event. This method is invoked whenever P:System.Windows.FrameworkElement.IsInitialized is set to true internally.
protected OnInitialized ( EventArgs e ) : void
e System.EventArgs The that contains the event data.
리턴 void

Select() 공개 정적인 메소드

public static Select ( Window parent, Series without = null ) : Series
parent System.Windows.Window
without Series
리턴 Series

SeriesSelectorWindow() 공개 메소드

public SeriesSelectorWindow ( ) : System
리턴 System