C# Class JryVideo.Selectors.SeriesSelector.SeriesSelectorWindow

SeriesSelectorWindow.xaml 的交互逻辑
Mostrar archivo Open project: Cologler/JRYVideo Class Usage Examples

Public Methods

Method Description
Select ( Window parent, Series without = null ) : Series
SeriesSelectorWindow ( ) : System

Protected Methods

Method Description
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.

Private Methods

Method Description
AcceptButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

OnInitialized() protected method

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.
return void

Select() public static method

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

SeriesSelectorWindow() public method

public SeriesSelectorWindow ( ) : System
return System