void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.uc = ((SBMLibrary.Controls.PricingModelEditor)(target));
     return;
     case 2:
     
     #line 10 "..\..\PricingModelEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnAdd);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 11 "..\..\PricingModelEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnSave);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.uc = ((SBMLibrary.Controls.PricingModelEditor)(target));
                return;

            case 2:

            #line 10 "..\..\PricingModelEditor.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnAdd);

            #line default
            #line hidden
                return;

            case 3:

            #line 11 "..\..\PricingModelEditor.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnSave);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }