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

ManipulationWindow() public méthode

public ManipulationWindow ( IHandDataSource handDataSource ) : System
handDataSource IHandDataSource
Résultat System
        public ManipulationWindow(IHandDataSource handDataSource)
        {
            InitializeComponent();
            this.handDataSource = handDataSource;
        }