void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.BrowserWindow = ((SavageCore.MainWindow)(target));
     return;
     case 2:
     this.tabControl = ((System.Windows.Controls.TabControl)(target));
     
     #line 28 "..\..\MainWindow.xaml"
     this.tabControl.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.tabControl_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 3:
     this.tb_item = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.desk = ((Savage.UserControls.SavageControl)(target));
     return;
     case 5:
     this.btn_bookPad = ((System.Windows.Controls.Button)(target));
     
     #line 53 "..\..\MainWindow.xaml"
     this.btn_bookPad.Click += new System.Windows.RoutedEventHandler(this.btn_bookPad_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btn_back = ((System.Windows.Controls.Button)(target));
     
     #line 54 "..\..\MainWindow.xaml"
     this.btn_back.Click += new System.Windows.RoutedEventHandler(this.btn_back_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btn_forward = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\MainWindow.xaml"
     this.btn_forward.Click += new System.Windows.RoutedEventHandler(this.btn_forward_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btn_refresh = ((System.Windows.Controls.Button)(target));
     
     #line 56 "..\..\MainWindow.xaml"
     this.btn_refresh.Click += new System.Windows.RoutedEventHandler(this.btn_refresh_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btn_home = ((System.Windows.Controls.Button)(target));
     
     #line 57 "..\..\MainWindow.xaml"
     this.btn_home.Click += new System.Windows.RoutedEventHandler(this.btn_home_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btn_naviTo = ((System.Windows.Controls.Button)(target));
     
     #line 58 "..\..\MainWindow.xaml"
     this.btn_naviTo.Click += new System.Windows.RoutedEventHandler(this.btn_naviTo_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.tb_url = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.btn_settings = ((System.Windows.Controls.Button)(target));
     
     #line 60 "..\..\MainWindow.xaml"
     this.btn_settings.Click += new System.Windows.RoutedEventHandler(this.btn_settings_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btn_show = ((System.Windows.Controls.Button)(target));
     
     #line 61 "..\..\MainWindow.xaml"
     this.btn_show.Click += new System.Windows.RoutedEventHandler(this.btn_show_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.BrowserWindow = ((Savage.MainWindow)(target));
     return;
     case 2:
     this.desk = ((Savage.UserControls.SavageControl)(target));
     return;
     case 3:
     this.btn_bookPad = ((System.Windows.Controls.Button)(target));
     
     #line 41 "..\..\..\View\MainWindow.xaml"
     this.btn_bookPad.Click += new System.Windows.RoutedEventHandler(this.btn_bookPad_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.btn_back = ((System.Windows.Controls.Button)(target));
     
     #line 42 "..\..\..\View\MainWindow.xaml"
     this.btn_back.Click += new System.Windows.RoutedEventHandler(this.btn_back_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btn_forward = ((System.Windows.Controls.Button)(target));
     
     #line 43 "..\..\..\View\MainWindow.xaml"
     this.btn_forward.Click += new System.Windows.RoutedEventHandler(this.btn_forward_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btn_refresh = ((System.Windows.Controls.Button)(target));
     
     #line 44 "..\..\..\View\MainWindow.xaml"
     this.btn_refresh.Click += new System.Windows.RoutedEventHandler(this.btn_refresh_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btn_home = ((System.Windows.Controls.Button)(target));
     
     #line 45 "..\..\..\View\MainWindow.xaml"
     this.btn_home.Click += new System.Windows.RoutedEventHandler(this.btn_home_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btn_naviTo = ((System.Windows.Controls.Button)(target));
     
     #line 46 "..\..\..\View\MainWindow.xaml"
     this.btn_naviTo.Click += new System.Windows.RoutedEventHandler(this.btn_naviTo_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.tb_url = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.btn_settings = ((System.Windows.Controls.Button)(target));
     
     #line 48 "..\..\..\View\MainWindow.xaml"
     this.btn_settings.Click += new System.Windows.RoutedEventHandler(this.btn_settings_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btn_show = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\..\View\MainWindow.xaml"
     this.btn_show.Click += new System.Windows.RoutedEventHandler(this.btn_show_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }