CCT.NUI.TestDataCollector.DisplayControl.System C# (CSharp) Method

System() private method

private System ( int connectionId, object target ) : void
connectionId int
target object
return void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.canvas = ((System.Windows.Controls.Canvas)(target));
            return;
            case 2:
            this.videoControl = ((CCT.NUI.Visual.WpfVideoControl)(target));
            
            #line 11 "..\..\DisplayControl.xaml"
            this.videoControl.MouseMove += new System.Windows.Input.MouseEventHandler(this.videoControl_MouseMove);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }