CCT.NUI.WPFSamples.ManipulationWindow.Window_Loaded C# (CSharp) Method

Window_Loaded() private method

private Window_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void
        private void Window_Loaded(object sender, RoutedEventArgs e)
        {
            this.device = new KinectMultiTouchDevice(handDataSource, this);
            this.touchPoints = new Dictionary<int, TouchControl>();
            this.LoadImages();
        }