BlueSky.Windows.AddFactorLevelsDialog.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.textBlock1 = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 2:
            this.faclvltxt = ((System.Windows.Controls.TextBox)(target));
            return;
            case 3:
            this.textBlock2 = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 4:
            this.levelsListBox = ((System.Windows.Controls.ListBox)(target));
            return;
            case 5:
            this.addlvlButton = ((System.Windows.Controls.Button)(target));
            
            #line 23 "..\..\..\Windows\AddFactorLevelsDialog.xaml"
            this.addlvlButton.Click += new System.Windows.RoutedEventHandler(this.addlvlButton_Click);
            
            #line default
            #line hidden
            return;
            case 6:
            this.okbutton = ((System.Windows.Controls.Button)(target));
            
            #line 25 "..\..\..\Windows\AddFactorLevelsDialog.xaml"
            this.okbutton.Click += new System.Windows.RoutedEventHandler(this.okbutton_Click);
            
            #line default
            #line hidden
            return;
            case 7:
            this.cancelbutton = ((System.Windows.Controls.Button)(target));
            
            #line 26 "..\..\..\Windows\AddFactorLevelsDialog.xaml"
            this.cancelbutton.Click += new System.Windows.RoutedEventHandler(this.cancelbutton_Click);
            
            #line default
            #line hidden
            return;
            case 8:
            this.removelvlbutton = ((System.Windows.Controls.Button)(target));
            
            #line 28 "..\..\..\Windows\AddFactorLevelsDialog.xaml"
            this.removelvlbutton.Click += new System.Windows.RoutedEventHandler(this.removelvlbutton_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }