📝 First call of Start command where ?

ui-window
Nicolas FRANCO 1 year ago
parent c7e19c59a4
commit 524e7624b1

@ -37,6 +37,7 @@ namespace KinectSensorStreams.ViewModel
{
KinectManager = new KinectManager();
StartCommand = new RelayCommand(Start);
// [Question] : StartCommand ici peut être mieux que BeginInit() dans MainWindow.xaml.cs ?
}
#endregion

Loading…
Cancel
Save