void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.POS.Views.InstallationDetails)(target));

            #line 10 "..\..\..\Views\InstallationDetails.xaml"
                this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.lstInstallationDetails = ((Microsoft.Windows.Controls.DataGrid)(target));

            #line 54 "..\..\..\Views\InstallationDetails.xaml"
                this.lstInstallationDetails.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstInstallationDetails_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.lstInstallationGames = ((Microsoft.Windows.Controls.DataGrid)(target));

            #line 76 "..\..\..\Views\InstallationDetails.xaml"
                this.lstInstallationGames.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstInstallationGames_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.lstPaytable = ((Microsoft.Windows.Controls.DataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.POS.Views.InstallationDetails)(target));
     
     #line 10 "..\..\..\Views\InstallationDetails.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.lstInstallationDetails = ((Microsoft.Windows.Controls.DataGrid)(target));
     
     #line 54 "..\..\..\Views\InstallationDetails.xaml"
     this.lstInstallationDetails.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstInstallationDetails_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.lstInstallationGames = ((Microsoft.Windows.Controls.DataGrid)(target));
     
     #line 76 "..\..\..\Views\InstallationDetails.xaml"
     this.lstInstallationGames.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstInstallationGames_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.lstPaytable = ((Microsoft.Windows.Controls.DataGrid)(target));
     return;
     }
     this._contentLoaded = true;
 }