void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.DlgGetPlugins = ((PNotes.NET.WndGetPlugins)(target)); #line 18 "..\..\WndGetPlugins.xaml" this.DlgGetPlugins.Loaded += new System.Windows.RoutedEventHandler(this.DlgGetPlugins_Loaded); #line default #line hidden #line 19 "..\..\WndGetPlugins.xaml" this.DlgGetPlugins.Unloaded += new System.Windows.RoutedEventHandler(this.DlgGetPlugins_Unloaded); #line default #line hidden #line 20 "..\..\WndGetPlugins.xaml" this.DlgGetPlugins.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.DlgGetPlugins_PreviewKeyDown); #line default #line hidden return; case 2: this.pnsPlugins = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.lstSocial = ((System.Windows.Controls.ListBox)(target)); return; case 4: this.tbpSyncPlugins = ((System.Windows.Controls.TextBlock)(target)); return; case 5: this.lstSync = ((System.Windows.Controls.ListBox)(target)); return; case 6: this.lblDownload = ((System.Windows.Controls.TextBlock)(target)); return; case 7: this.cmdDownload = ((System.Windows.Controls.Button)(target)); #line 41 "..\..\WndGetPlugins.xaml" this.cmdDownload.Click += new System.Windows.RoutedEventHandler(this.cmdDownload_Click); #line default #line hidden return; case 8: this.cmdCancel = ((System.Windows.Controls.Button)(target)); #line 42 "..\..\WndGetPlugins.xaml" this.cmdCancel.Click += new System.Windows.RoutedEventHandler(this.cmdCancel_Click); #line default #line hidden return; } this._contentLoaded = true; }