void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UpdateSettings = ((Project422_2.RefreshSettings)(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 "..\..\..\RefreshSettings.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 "..\..\..\RefreshSettings.xaml"
                this.autoUpdateStatus.Click += new System.Windows.RoutedEventHandler(this.autoUpdateStatus_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 private void RefreshSettings_MenuItem_Click(object sender, RoutedEventArgs e)
 {
     RefreshSettings refreshSettings = new RefreshSettings(this);
     refreshSettings.Show();
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UpdateSettings = ((Project422_2.RefreshSettings)(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 "..\..\..\RefreshSettings.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 "..\..\..\RefreshSettings.xaml"
     this.autoUpdateStatus.Click += new System.Windows.RoutedEventHandler(this.autoUpdateStatus_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        private void RefreshSettings_MenuItem_Click(object sender, RoutedEventArgs e)
        {
            RefreshSettings refreshSettings = new RefreshSettings(this);

            refreshSettings.Show();
        }