BlueSky.InspectDialog.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.helpMessage = ((System.Windows.Controls.TextBox)(target));
            return;
            case 2:
            this._CanvasHost = ((System.Windows.Controls.Border)(target));
            return;
            case 3:
            this.Grouping = ((System.Windows.Controls.Border)(target));
            return;
            case 4:
            this.Ok = ((System.Windows.Controls.Button)(target));
            
            #line 59 "..\..\InspectDialog.xaml"
            this.Ok.Click += new System.Windows.RoutedEventHandler(this.Ok_Click);
            
            #line default
            #line hidden
            return;
            case 5:
            this.Syntax = ((System.Windows.Controls.Button)(target));
            
            #line 64 "..\..\InspectDialog.xaml"
            this.Syntax.Click += new System.Windows.RoutedEventHandler(this.Syntax_Click);
            
            #line default
            #line hidden
            return;
            case 6:
            this.Help = ((System.Windows.Controls.Button)(target));
            
            #line 69 "..\..\InspectDialog.xaml"
            this.Help.Click += new System.Windows.RoutedEventHandler(this.Help_Click);
            
            #line default
            #line hidden
            return;
            case 7:
            this._CanvasPropHost = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
            return;
            case 8:
            this.Ok1 = ((System.Windows.Controls.Button)(target));
            
            #line 82 "..\..\InspectDialog.xaml"
            this.Ok1.Click += new System.Windows.RoutedEventHandler(this.Ok_Click1);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }