CCT.NUI.WPFSamples.ManipulationWindow.Window_Loaded C# (CSharp) Méthode

Window_Loaded() private méthode

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