CODE.Framework.Wpf.TestBench.PanelSizeAndVisibilityTest.System C# (CSharp) Method

System() private method

private System ( int connectionId, object target ) : void
connectionId int
target object
return void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            
            #line 9 "..\..\..\PanelSizeAndVisibilityTest.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ToggleVisibility);
            
            #line default
            #line hidden
            return;
            case 2:
            this.visiblePanel = ((CODE.Framework.Wpf.Layout.EditForm)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }