C# Class CentralMonitor.Window1

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
Show file Open project: mkjeff/secs4net

Public Methods

Method Description
Window1 ( ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnClosing ( System e ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
ListBox_SelectionChanged ( object sender, System e ) : void

Method Details

OnClosed() protected method

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

OnClosing() protected method

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

Window1() public method

public Window1 ( ) : System
return System