void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.DlgSelectGroups = ((PNotes.NET.WndSelectGroups)(target));

            #line 17 "..\..\WndSelectGroups.xaml"
                this.DlgSelectGroups.Loaded += new System.Windows.RoutedEventHandler(this.DlgSelectGroups_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.lstGroups = ((System.Windows.Controls.ListBox)(target));
                return;

            case 3:
                this.cmdOK = ((System.Windows.Controls.Button)(target));

            #line 29 "..\..\WndSelectGroups.xaml"
                this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.cmdCancel = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DlgSelectGroups = ((PNotes.NET.WndSelectGroups)(target));
     
     #line 17 "..\..\WndSelectGroups.xaml"
     this.DlgSelectGroups.Loaded += new System.Windows.RoutedEventHandler(this.DlgSelectGroups_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.lstGroups = ((System.Windows.Controls.ListBox)(target));
     return;
     case 3:
     this.cmdOK = ((System.Windows.Controls.Button)(target));
     
     #line 29 "..\..\WndSelectGroups.xaml"
     this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.cmdCancel = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }