C# Class WpfGui.MainWindow

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

Public Methods

Method Description
AppendInput ( string txt ) : void
MainWindow ( ) : System

Private Methods

Method Description
MenuItem_Click ( object sender, RoutedEventArgs e ) : void
btnShowMathDraw_Click ( object sender, RoutedEventArgs e ) : void
eqValidate_Click ( object sender, RoutedEventArgs e ) : void
mathInput_Close ( ) : void
mathInput_Insert ( string RecoResult ) : void
txtInput_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

AppendInput() public method

public AppendInput ( string txt ) : void
txt string
return void

MainWindow() public method

public MainWindow ( ) : System
return System