BlueSky.Commands.Tools.Package.Dialogs.InstallRequiredPackagesFromZip.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.pathTextBox = ((System.Windows.Controls.TextBox)(target));
            return;
            case 3:
            this.browse_button = ((System.Windows.Controls.Button)(target));
            
            #line 9 "..\..\..\..\..\..\Commands\Tools\Package\Dialogs\InstallRequiredPackagesFromZip.xaml"
            this.browse_button.Click += new System.Windows.RoutedEventHandler(this.browse_button_Click);
            
            #line default
            #line hidden
            return;
            case 4:
            this.ok_button = ((System.Windows.Controls.Button)(target));
            
            #line 11 "..\..\..\..\..\..\Commands\Tools\Package\Dialogs\InstallRequiredPackagesFromZip.xaml"
            this.ok_button.Click += new System.Windows.RoutedEventHandler(this.ok_button_Click);
            
            #line default
            #line hidden
            return;
            case 5:
            this.cancel_button = ((System.Windows.Controls.Button)(target));
            
            #line 12 "..\..\..\..\..\..\Commands\Tools\Package\Dialogs\InstallRequiredPackagesFromZip.xaml"
            this.cancel_button.Click += new System.Windows.RoutedEventHandler(this.cancel_button_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }