void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.control = ((Client.Components.AutoCompleteTextBox)(target));
     return;
     case 2:
     this.popup = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 3:
     this.listBoxTarget = ((System.Windows.Controls.ListBox)(target));
     
     #line 31 "..\..\..\Components\AutoCompleteTextBox.xaml"
     this.listBoxTarget.KeyDown += new System.Windows.Input.KeyEventHandler(this.listBoxTarget_KeyDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.textBox1 = ((System.Windows.Controls.TextBox)(target));
     
     #line 35 "..\..\..\Components\AutoCompleteTextBox.xaml"
     this.textBox1.KeyUp += new System.Windows.Input.KeyEventHandler(this.TextBox_KeyDown);
     
     #line default
     #line hidden
     
     #line 36 "..\..\..\Components\AutoCompleteTextBox.xaml"
     this.textBox1.KeyDown += new System.Windows.Input.KeyEventHandler(this.TextBox_KeyDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 11 "..\..\MainWindow.xaml"
     ((Client.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.SelectHomeViewTab);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 3:
     
     #line 53 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectHomeViewTab);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 56 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectSearchViewTab);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 74 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectStreamViewTab);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 113 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectConfigViewTab);
     
     #line default
     #line hidden
     return;
     case 7:
     this.textBoxStatus = ((Client.Components.AutoCompleteTextBox)(target));
     return;
     case 8:
     this.tabControl = ((System.Windows.Controls.TabControl)(target));
     return;
     case 9:
     this.homeView = ((Client.Components.HomeView)(target));
     return;
     case 10:
     this.searchView = ((Client.Components.SearchView)(target));
     return;
     case 11:
     this.streamView = ((Client.Components.StreamView)(target));
     return;
     case 12:
     this.configView = ((Client.Components.ConfigurationView)(target));
     return;
     }
     this._contentLoaded = true;
 }