void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.HotKeyManagerWindow = ((Loltimer.HotKeyManagerView)(target));
     
     #line 5 "..\..\HotKeyManager.xaml"
     this.HotKeyManagerWindow.Initialized += new System.EventHandler(this.Window_Initialized);
     
     #line default
     #line hidden
     
     #line 5 "..\..\HotKeyManager.xaml"
     this.HotKeyManagerWindow.KeyDown += new System.Windows.Input.KeyEventHandler(this.HotKeyManagerWindow_KeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.HotkeysStackPanel = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.Done = ((System.Windows.Controls.Button)(target));
     
     #line 13 "..\..\HotKeyManager.xaml"
     this.Done.Click += new System.Windows.RoutedEventHandler(this.Done_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.HotKeyManagerWindow = ((Loltimer.HotKeyManagerView)(target));
     return;
     case 2:
     this.HotkeysStackPanel = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.Done = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }