CCT.NUI.TestDataCollector.HandSettingsControl.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:
            
            #line 12 "..\..\HandSettingsControl.xaml"
            ((System.Windows.Controls.Border)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Border_MouseEnter);
            
            #line default
            #line hidden
            
            #line 12 "..\..\HandSettingsControl.xaml"
            ((System.Windows.Controls.Border)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.Border_MouseLeave);
            
            #line default
            #line hidden
            return;
            case 2:
            this.buttonClose = ((System.Windows.Controls.Button)(target));
            
            #line 27 "..\..\HandSettingsControl.xaml"
            this.buttonClose.Click += new System.Windows.RoutedEventHandler(this.buttonClose_Click);
            
            #line default
            #line hidden
            return;
            case 3:
            
            #line 45 "..\..\HandSettingsControl.xaml"
            ((System.Windows.Controls.ListBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ListBox_SelectionChanged);
            
            #line default
            #line hidden
            return;
            case 5:
            this.buttonMarkPalmCenter = ((System.Windows.Controls.Button)(target));
            
            #line 55 "..\..\HandSettingsControl.xaml"
            this.buttonMarkPalmCenter.Click += new System.Windows.RoutedEventHandler(this.buttonMarkPalmCenter_Click);
            
            #line default
            #line hidden
            return;
            case 6:
            this.buttonMarkFingers = ((System.Windows.Controls.Button)(target));
            
            #line 56 "..\..\HandSettingsControl.xaml"
            this.buttonMarkFingers.Click += new System.Windows.RoutedEventHandler(this.buttonMarkFingers_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }