BlueSky.Windows.MissingValuesDialog.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.misGrpBox = ((System.Windows.Controls.GroupBox)(target));
            return;
            case 2:
            this.noMisvalRadio = ((System.Windows.Controls.RadioButton)(target));
            
            #line 8 "..\..\..\Windows\MissingValuesDialog.xaml"
            this.noMisvalRadio.Click += new System.Windows.RoutedEventHandler(this.noMisvalRadio_Click);
            
            #line default
            #line hidden
            return;
            case 3:
            this.discreteMisvalRadio = ((System.Windows.Controls.RadioButton)(target));
            
            #line 9 "..\..\..\Windows\MissingValuesDialog.xaml"
            this.discreteMisvalRadio.Click += new System.Windows.RoutedEventHandler(this.discreteMisvalRadio_Click);
            
            #line default
            #line hidden
            return;
            case 4:
            this.misval1 = ((System.Windows.Controls.TextBox)(target));
            return;
            case 5:
            this.misval2 = ((System.Windows.Controls.TextBox)(target));
            return;
            case 6:
            this.misval3 = ((System.Windows.Controls.TextBox)(target));
            return;
            case 7:
            this.rangeMisvalRadio = ((System.Windows.Controls.RadioButton)(target));
            
            #line 13 "..\..\..\Windows\MissingValuesDialog.xaml"
            this.rangeMisvalRadio.Click += new System.Windows.RoutedEventHandler(this.rangeMisvalRadio_Click);
            
            #line default
            #line hidden
            return;
            case 8:
            this.label1 = ((System.Windows.Controls.Label)(target));
            return;
            case 9:
            this.rangeLow = ((System.Windows.Controls.TextBox)(target));
            return;
            case 10:
            this.highLbl = ((System.Windows.Controls.Label)(target));
            return;
            case 11:
            this.rangeHigh = ((System.Windows.Controls.TextBox)(target));
            return;
            case 12:
            this.label2 = ((System.Windows.Controls.Label)(target));
            return;
            case 13:
            this.rangeDiscrete = ((System.Windows.Controls.TextBox)(target));
            return;
            case 14:
            this.misvalOkbut = ((System.Windows.Controls.Button)(target));
            
            #line 22 "..\..\..\Windows\MissingValuesDialog.xaml"
            this.misvalOkbut.Click += new System.Windows.RoutedEventHandler(this.misvalOkbut_Click);
            
            #line default
            #line hidden
            return;
            case 15:
            this.misvalCancelbut = ((System.Windows.Controls.Button)(target));
            
            #line 23 "..\..\..\Windows\MissingValuesDialog.xaml"
            this.misvalCancelbut.Click += new System.Windows.RoutedEventHandler(this.misvalCancelbut_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }