C# Class Xunit.Runner.Wpf.MainWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: Pilchie/xunit.runner.wpf

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
TestCases_SelectionChanged ( Object sender, System e ) : void

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void