C# Class BitSharp.Client.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: pmlyon/BitSharp

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
OnClosing ( System.CancelEventArgs e ) : void
OnInitialized ( EventArgs e ) : void

Private Methods

Method Description
InitUILogging ( LogLevel logLevel ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnClosing() protected method

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

OnInitialized() protected method

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