Microsoft.Samples.Kinect.WpfViewers.KinectDepthViewer.System C# (CSharp) 메소드

System() 개인적인 메소드

private System ( int connectionId, object target ) : void
connectionId int
target object
리턴 void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.kinectDepthImage = ((System.Windows.Controls.Image)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }