void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.GridNetSyn = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.netSyn = ((Apollo.NetSyn)(target));
                return;

            case 4:
                this.image1 = ((System.Windows.Controls.Image)(target));
                return;

            case 5:
                this.SaveAs = ((System.Windows.Controls.Button)(target));

            #line 45 "..\..\..\..\UserControls\ChartUCs\TrafficRate.xaml"
                this.SaveAs.Click += new System.Windows.RoutedEventHandler(this.SaveAs_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.Flush = ((System.Windows.Controls.Button)(target));

            #line 46 "..\..\..\..\UserControls\ChartUCs\TrafficRate.xaml"
                this.Flush.Click += new System.Windows.RoutedEventHandler(this.Flush_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.timeToShow = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.NetSynState = ((System.Windows.VisualStateGroup)(target));
                return;

            case 9:
                this.NetOn = ((System.Windows.VisualState)(target));
                return;

            case 10:
                this.NetOff = ((System.Windows.VisualState)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((Apollo.PHYRate)(target));
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.phyFlush = ((System.Windows.Controls.Button)(target));

            #line 27 "..\..\..\NewFolder1\PHYRate.xaml"
                this.phyFlush.Click += new System.Windows.RoutedEventHandler(this.phyFlush_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.GridNetSyn = ((System.Windows.Controls.Grid)(target));
                return;

            case 5:
                this.image1 = ((System.Windows.Controls.Image)(target));
                return;

            case 6:
                this.netSyn = ((Apollo.NetSyn)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((Apollo.PHYRate)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.phyFlush = ((System.Windows.Controls.Button)(target));
     
     #line 27 "..\..\..\NewFolder1\PHYRate.xaml"
     this.phyFlush.Click += new System.Windows.RoutedEventHandler(this.phyFlush_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.GridNetSyn = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.image1 = ((System.Windows.Controls.Image)(target));
     return;
     case 6:
     this.netSyn = ((Apollo.NetSyn)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.netSyn = ((Apollo.NetSyn)(target));
     return;
     case 3:
     this.SaveAs = ((System.Windows.Controls.Button)(target));
     
     #line 34 "..\..\..\..\UserControls\TrafficRate\TrafficRate.xaml"
     this.SaveAs.Click += new System.Windows.RoutedEventHandler(this.SaveAs_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.Flush = ((System.Windows.Controls.Button)(target));
     
     #line 35 "..\..\..\..\UserControls\TrafficRate\TrafficRate.xaml"
     this.Flush.Click += new System.Windows.RoutedEventHandler(this.Flush_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.timeToShow = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.NetSynState = ((System.Windows.VisualStateGroup)(target));
     return;
     case 8:
     this.NetOn = ((System.Windows.VisualState)(target));
     return;
     case 9:
     this.NetOff = ((System.Windows.VisualState)(target));
     return;
     }
     this._contentLoaded = true;
 }