BlueSky.Windows.MenuAboveBelowDialog.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:
            this.radioAbove = ((System.Windows.Controls.RadioButton)(target));
            return;
            case 2:
            this.radiodBelow = ((System.Windows.Controls.RadioButton)(target));
            return;
            case 3:
            this.okBut = ((System.Windows.Controls.Button)(target));
            
            #line 8 "..\..\..\Windows\MenuAboveBelowDialog.xaml"
            this.okBut.Click += new System.Windows.RoutedEventHandler(this.okBut_Click);
            
            #line default
            #line hidden
            return;
            case 4:
            this.CancelBut = ((System.Windows.Controls.Button)(target));
            
            #line 9 "..\..\..\Windows\MenuAboveBelowDialog.xaml"
            this.CancelBut.Click += new System.Windows.RoutedEventHandler(this.CancelBut_Click);
            
            #line default
            #line hidden
            return;
            case 5:
            this.message = ((System.Windows.Controls.TextBlock)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }