CCT.NUI.StartMenu.SettingsView.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.dockPanel = ((System.Windows.Controls.DockPanel)(target));
            return;
            case 2:
            this.stackPanel = ((System.Windows.Controls.StackPanel)(target));
            return;
            case 3:
            this.borderMenus = ((System.Windows.Controls.Border)(target));
            return;
            case 4:
            this.label1 = ((System.Windows.Controls.Label)(target));
            return;
            case 5:
            this.listBoxMenus = ((System.Windows.Controls.ListBox)(target));
            
            #line 11 "..\..\SettingsView.xaml"
            this.listBoxMenus.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listBoxMenus_SelectionChanged);
            
            #line default
            #line hidden
            return;
            case 6:
            this.toolBar = ((System.Windows.Controls.ToolBar)(target));
            return;
            case 7:
            this.buttonAdd = ((System.Windows.Controls.Button)(target));
            
            #line 14 "..\..\SettingsView.xaml"
            this.buttonAdd.Click += new System.Windows.RoutedEventHandler(this.buttonAdd_Click);
            
            #line default
            #line hidden
            return;
            case 8:
            this.buttonRemove = ((System.Windows.Controls.Button)(target));
            
            #line 17 "..\..\SettingsView.xaml"
            this.buttonRemove.Click += new System.Windows.RoutedEventHandler(this.buttonRemove_Click);
            
            #line default
            #line hidden
            return;
            case 9:
            this.buttonUp = ((System.Windows.Controls.Button)(target));
            
            #line 21 "..\..\SettingsView.xaml"
            this.buttonUp.Click += new System.Windows.RoutedEventHandler(this.buttonUp_Click);
            
            #line default
            #line hidden
            return;
            case 10:
            this.buttonDown = ((System.Windows.Controls.Button)(target));
            
            #line 24 "..\..\SettingsView.xaml"
            this.buttonDown.Click += new System.Windows.RoutedEventHandler(this.buttonDown_Click);
            
            #line default
            #line hidden
            return;
            case 11:
            this.buttonSelectFile = ((System.Windows.Controls.Button)(target));
            
            #line 28 "..\..\SettingsView.xaml"
            this.buttonSelectFile.Click += new System.Windows.RoutedEventHandler(this.buttonSelectFile_Click);
            
            #line default
            #line hidden
            return;
            case 12:
            this.stackPanelBottom = ((System.Windows.Controls.StackPanel)(target));
            return;
            case 13:
            this.buttonCancel = ((System.Windows.Controls.Button)(target));
            
            #line 33 "..\..\SettingsView.xaml"
            this.buttonCancel.Click += new System.Windows.RoutedEventHandler(this.buttonCancel_Click);
            
            #line default
            #line hidden
            return;
            case 14:
            this.buttonOk = ((System.Windows.Controls.Button)(target));
            
            #line 34 "..\..\SettingsView.xaml"
            this.buttonOk.Click += new System.Windows.RoutedEventHandler(this.buttonOk_Click);
            
            #line default
            #line hidden
            return;
            case 15:
            this.checkShowDepthWindow = ((System.Windows.Controls.CheckBox)(target));
            return;
            case 16:
            this.dataGrid = ((System.Windows.Controls.DataGrid)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }