void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Window = ((BMC.Presentation.ClientMessage)(target));
                return;

            case 2:
                this.Root = ((System.Windows.Controls.Canvas)(target));
                return;

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

            #line 18 "..\..\ClientMessage.xaml"
                this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Window = ((BMC.Presentation.ClientMessage)(target));
     return;
     case 2:
     this.Root = ((System.Windows.Controls.Canvas)(target));
     return;
     case 3:
     this.btnOK = ((System.Windows.Controls.Button)(target));
     
     #line 18 "..\..\ClientMessage.xaml"
     this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }