BigRedButtonOfDeath.WPF.ShipSelector.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.uc = ((BigRedButtonOfDeath.WPF.ShipSelector)(target));
            return;
            case 2:
            this.lstShips = ((System.Windows.Controls.ListBox)(target));
            
            #line 19 "..\..\ShipSelector.xaml"
            this.lstShips.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.lstShips_MouseDoubleClick);
            
            #line default
            #line hidden
            return;
            case 3:
            
            #line 25 "..\..\ShipSelector.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnSelect);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }