C# Class BitSharp.Client.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: pmlyon/BitSharp

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
OnClosing ( System.CancelEventArgs e ) : void
OnInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
InitUILogging ( LogLevel logLevel ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnClosing() protected méthode

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

OnInitialized() protected méthode

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