C# Class STimWPF.ControlWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, INotifyPropertyChanged
Mostrar archivo Open project: hcilab-um/STim Class Usage Examples

Public Methods

Method Description
ControlWindow ( App appInst ) : System

Private Methods

Method Description
BtCalibrate_Click ( object sender, RoutedEventArgs e ) : void
BtStartCalibration_Click ( object sender, RoutedEventArgs e ) : void
ControlWindow_Closed ( object sender, EventArgs e ) : void
ControlWindow_Loaded ( object sender, RoutedEventArgs e ) : void
CoreInstance_ColorImageReady ( object sender, ColorImageReadyArgs e ) : void
OnPropertyChanged ( String name ) : void

Method Details

ControlWindow() public method

public ControlWindow ( App appInst ) : System
appInst App
return System