void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.acc = ((Gss.PopUpWindow.AccountManager.ClerkAccountWindow)(target));
                return;

            case 2:

            #line 35 "..\..\..\AccountManager\ClerkAccountWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed_Ok);

            #line default
            #line hidden

            #line 35 "..\..\..\AccountManager\ClerkAccountWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CommandBinding_CanExecute_Ok);

            #line default
            #line hidden
                return;

            case 3:

            #line 36 "..\..\..\AccountManager\ClerkAccountWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed_Cancel);

            #line default
            #line hidden
                return;

            case 4:
                this.SpInfo = ((System.Windows.Controls.StackPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.acc = ((Gss.PopUpWindow.AccountManager.ClerkAccountWindow)(target));
     return;
     case 2:
     
     #line 35 "..\..\..\AccountManager\ClerkAccountWindow.xaml"
     ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed_Ok);
     
     #line default
     #line hidden
     
     #line 35 "..\..\..\AccountManager\ClerkAccountWindow.xaml"
     ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CommandBinding_CanExecute_Ok);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 36 "..\..\..\AccountManager\ClerkAccountWindow.xaml"
     ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed_Cancel);
     
     #line default
     #line hidden
     return;
     case 4:
     this.SpInfo = ((System.Windows.Controls.StackPanel)(target));
     return;
     }
     this._contentLoaded = true;
 }