CCT.NUI.MouseControl.MainWindow.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:
            
            #line 5 "..\..\MainWindow.xaml"
            ((CCT.NUI.MouseControl.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
            
            #line default
            #line hidden
            
            #line 5 "..\..\MainWindow.xaml"
            ((CCT.NUI.MouseControl.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
            
            #line default
            #line hidden
            return;
            case 2:
            this.buttonToggle = ((System.Windows.Controls.Primitives.ToggleButton)(target));
            
            #line 8 "..\..\MainWindow.xaml"
            this.buttonToggle.Click += new System.Windows.RoutedEventHandler(this.buttonToggle_Click);
            
            #line default
            #line hidden
            return;
            case 3:
            this.comboMode = ((System.Windows.Controls.ComboBox)(target));
            
            #line 11 "..\..\MainWindow.xaml"
            this.comboMode.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboMode_SelectionChanged);
            
            #line default
            #line hidden
            return;
            case 4:
            this.checkTopmost = ((System.Windows.Controls.CheckBox)(target));
            
            #line 12 "..\..\MainWindow.xaml"
            this.checkTopmost.Checked += new System.Windows.RoutedEventHandler(this.checkTopmost_Checked);
            
            #line default
            #line hidden
            return;
            case 5:
            this.videoControl = ((CCT.NUI.Visual.WpfVideoControl)(target));
            return;
            case 6:
            this.buttonExit = ((System.Windows.Controls.Button)(target));
            
            #line 15 "..\..\MainWindow.xaml"
            this.buttonExit.Click += new System.Windows.RoutedEventHandler(this.buttonExit_Click);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }