Combogallary.Themes.SidePanel.System C# (CSharp) Méthode

System() private méthode

private System ( int connectionId, object target ) : void
connectionId int
target object
Résultat void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.SidePanelControl = ((Combogallary.Themes.SidePanel)(target));
            return;
            case 2:
            this.translateTransform = ((System.Windows.Media.TranslateTransform)(target));
            return;
            case 3:
            this.borderMainPanel = ((System.Windows.Controls.Border)(target));
            return;
            case 4:
            this.borderTitle = ((System.Windows.Controls.Border)(target));
            return;
            case 5:
            this.scaleTransform = ((System.Windows.Media.ScaleTransform)(target));
            return;
            case 6:
            this.borderTitleTranslateTransform = ((System.Windows.Media.TranslateTransform)(target));
            return;
            case 7:
            this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }