void IComponentConnector.Connect(int connectionId, object target)
 {
     if (connectionId == 1)
     {
         this.mDummyTaskbarWindow          = (DummyTaskbarWindow)target;
         this.mDummyTaskbarWindow.Loaded  += new RoutedEventHandler(this.DummyTaskbarWindow_Loaded);
         this.mDummyTaskbarWindow.Closing += new CancelEventHandler(this.DummyTaskbarWindow_Closing);
     }
     else
     {
         this._contentLoaded = true;
     }
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mDummyTaskbarWindow = ((BlueStacks.BlueStacksUI.DummyTaskbarWindow)(target));

            #line 7 "..\..\dummytaskbarwindow.xaml"
                this.mDummyTaskbarWindow.Loaded += new System.Windows.RoutedEventHandler(this.DummyTaskbarWindow_Loaded);

            #line default
            #line hidden

            #line 7 "..\..\dummytaskbarwindow.xaml"
                this.mDummyTaskbarWindow.Closing += new System.ComponentModel.CancelEventHandler(this.DummyTaskbarWindow_Closing);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }