BlueSky.Commands.Tools.Package.Dialogs.SelectPackagesWindow.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.title = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 2:
            this.tb1 = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 3:
            this.tb2 = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 4:
            this.pkgListbox = ((System.Windows.Controls.ListBox)(target));
            return;
            case 5:
            this.okButton = ((System.Windows.Controls.Button)(target));
            
            #line 10 "..\..\..\..\..\..\Commands\Tools\Package\Dialogs\SelectPackagesWindow.xaml"
            this.okButton.Click += new System.Windows.RoutedEventHandler(this.okButton_Click);
            
            #line default
            #line hidden
            return;
            case 6:
            this.cancelButton = ((System.Windows.Controls.Button)(target));
            
            #line 11 "..\..\..\..\..\..\Commands\Tools\Package\Dialogs\SelectPackagesWindow.xaml"
            this.cancelButton.Click += new System.Windows.RoutedEventHandler(this.cancelButton_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }