Example #1
0
 public SensorControl(IBLEAccelerationSensor sensor)
 {
     this.InitializeComponent();
     this.sensor = sensor;
     this.stackPanelMain.DataContext   = sensor;
     this.comboBindMonitor.ItemsSource = this.monitorDeviceNames;
     this.RefreshDisplays();
 }
 public CalibrationWindow(IBLEAccelerationSensor sensor)
 {
     this.InitializeComponent();
     this.sensor = sensor;
     this.groupBoxCalibrationInfo.DataContext = sensor;
 }