C# Class JryVideo.Selectors.SeriesSelector.SeriesSelectorWindow

SeriesSelectorWindow.xaml 的交互逻辑
Afficher le fichier Open project: Cologler/JRYVideo Class Usage Examples

Méthodes publiques

Méthode Description
Select ( Window parent, Series without = null ) : Series
SeriesSelectorWindow ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
AcceptButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

OnInitialized() protected méthode

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.
Résultat void

Select() public static méthode

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

SeriesSelectorWindow() public méthode

public SeriesSelectorWindow ( ) : System
Résultat System