void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.QuizWindowName = ((TwitchChatBotGUI.MenuItems.QuizSettings)(target));
                return;

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

            case 3:
                this.TimeBetweenHints = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

            #line 65 "..\..\..\MenuItems\QuizSettings.xaml"
                this.OpenFile.Click += new System.Windows.RoutedEventHandler(this.OpenFileClick);

            #line default
            #line hidden
                return;

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

            case 7:
                this.RandomizeSwitch = ((MahApps.Metro.Controls.ToggleSwitch)(target));
                return;

            case 8:
                this.ForgiveSmallMissplelling = ((MahApps.Metro.Controls.ToggleSwitch)(target));
                return;

            case 9:

            #line 84 "..\..\..\MenuItems\QuizSettings.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AcceptClick);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.QuizWindowName = ((TwitchChatBotGUI.MenuItems.QuizSettings)(target));
     return;
     case 2:
     this.TimeBetweenQuestions = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.TimeBetweenHints = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.DelayBetweenQuestions = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.OpenFile = ((System.Windows.Controls.Button)(target));
     
     #line 65 "..\..\..\MenuItems\QuizSettings.xaml"
     this.OpenFile.Click += new System.Windows.RoutedEventHandler(this.OpenFileClick);
     
     #line default
     #line hidden
     return;
     case 6:
     this.QuizFile = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.RandomizeSwitch = ((MahApps.Metro.Controls.ToggleSwitch)(target));
     return;
     case 8:
     this.ForgiveSmallMissplelling = ((MahApps.Metro.Controls.ToggleSwitch)(target));
     return;
     case 9:
     
     #line 84 "..\..\..\MenuItems\QuizSettings.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AcceptClick);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }