C# Class RazorView.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: gnoso/razordb

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
InternalAddVisualizer ( string assemblyFile ) : void
LoadVisualizers ( ) : void
MenuItem_AddViz ( object sender, RoutedEventArgs e ) : void
MenuItem_Clear ( object sender, RoutedEventArgs e ) : void
MenuItem_Close ( object sender, RoutedEventArgs e ) : void
MenuItem_OpenDB ( object sender, RoutedEventArgs e ) : void
OpenDatabase ( string journalFile ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

OnClosed() protected method

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