C# Class CentralMonitor.Window1

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: mkjeff/secs4net

Méthodes publiques

Méthode Description
Window1 ( ) : System

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void
OnClosing ( System e ) : void

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void
ListBox_SelectionChanged ( object sender, System e ) : void

Method Details

OnClosed() protected méthode

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

OnClosing() protected méthode

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

Window1() public méthode

public Window1 ( ) : System
Résultat System