Interaction logic for KinectSettings.xaml
Inheritance: System.Windows.Controls.UserControl
Ejemplo n.º 1
0
 public KinectDiagnosticViewer()
 {
     InitializeComponent();
     kinectSettings = new KinectSettings(this);
     kinectSettings.PopulateComboBoxesWithFormatChoices();
     Settings.Content  = kinectSettings;
     KinectColorViewer = colorViewer;
     StatusChanged();
 }
 public KinectDiagnosticViewer()
 {
     InitializeComponent();
     this.kinectSettings = new KinectSettings(this);
     this.kinectSettings.PopulateComboBoxesWithFormatChoices();
     Settings.Content = this.kinectSettings;
     this.KinectColorViewer = this.colorViewer;
     this.StatusChanged();
 }