void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UpdateSettings = ((Project422_2.Window1)(target));
                return;

            case 2:
                this.autoRefreshInterval = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.manualUpdateStatus = ((System.Windows.Controls.Button)(target));

            #line 8 "..\..\..\Window1.xaml"
                this.manualUpdateStatus.Click += new System.Windows.RoutedEventHandler(this.manualUpdateStatus_Click);

            #line default
            #line hidden
                return;

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

            #line 9 "..\..\..\Window1.xaml"
                this.autoUpdateStatus.Click += new System.Windows.RoutedEventHandler(this.autoUpdateStatus_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UpdateSettings = ((Project422_2.Window1)(target));
     return;
     case 2:
     this.autoRefreshInterval = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.manualUpdateStatus = ((System.Windows.Controls.Button)(target));
     
     #line 8 "..\..\..\Window1.xaml"
     this.manualUpdateStatus.Click += new System.Windows.RoutedEventHandler(this.manualUpdateStatus_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.autoUpdateStatus = ((System.Windows.Controls.Button)(target));
     
     #line 9 "..\..\..\Window1.xaml"
     this.autoUpdateStatus.Click += new System.Windows.RoutedEventHandler(this.autoUpdateStatus_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }