C# Class Xunit.Runner.Wpf.MainWindow

Inheritance: System.Windows.Window
显示文件 Open project: Pilchie/xunit.runner.wpf

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Method Description
TestCases_SelectionChanged ( Object sender, System e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnSourceInitialized() protected method

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
return void