void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.window1 = ((YoutubeDownloadHelper.Options)(target));

            #line 6 "..\..\Options.xaml"
                this.window1.Closed += new System.EventHandler(this.window1_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.folderSelectButton = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\Options.xaml"
                this.folderSelectButton.Click += new System.Windows.RoutedEventHandler(this.folderSelectButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.mainTab = ((System.Windows.Controls.TabItem)(target));
                return;

            case 4:
                this.mainSaveTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.tempSaveLocation = ((System.Windows.Controls.TabItem)(target));
                return;

            case 6:
                this.tempSaveTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.startSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 8:
                this.schedulerEnabled = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 9:
                this.endSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.window1 = ((YoutubeDownloadHelper.Options)(target));
     
     #line 6 "..\..\Options.xaml"
     this.window1.Closed += new System.EventHandler(this.window1_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.folderSelectButton = ((System.Windows.Controls.Button)(target));
     
     #line 35 "..\..\Options.xaml"
     this.folderSelectButton.Click += new System.Windows.RoutedEventHandler(this.folderSelectButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.mainTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.mainSaveTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.tempSaveLocation = ((System.Windows.Controls.TabItem)(target));
     return;
     case 6:
     this.tempSaveTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.startSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 8:
     this.schedulerEnabled = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 9:
     this.endSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     }
     this._contentLoaded = true;
 }