C# Class variableclient.MainWindow

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

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
MainWindow_Closing ( object sender, System e ) : void
VariableAdded ( Variable variable ) : void
VariableRemoved ( Variable variable ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
connectBox_Closed ( object sender, EventArgs e ) : void
connectBox_OnSetAddress ( string address ) : void
varman_OnConnected ( ) : void
varman_OnConnectionFailed ( ) : void
varman_OnConnectionLost ( ) : void
widget_OnChangeVariable ( Variable v ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System