C# Class BinaryFileVisualizer.MainWindow

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

Public Methods

Method Description
MainWindow ( ) : System.Windows

Private Methods

Method Description
OpenCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
View_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
View_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System.Windows
return System.Windows