Example #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.AppWindow = ((ChattingApp.MainWindow)(target));
         return;
     }
     this._contentLoaded = true;
 }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.AppWindow = ((ChattingApp.MainWindow)(target));

            #line 16 "..\..\MainWindow.xaml"
                this.AppWindow.Deactivated += new System.EventHandler(this.AppWindow_Deactivated);

            #line default
            #line hidden

            #line 17 "..\..\MainWindow.xaml"
                this.AppWindow.Activated += new System.EventHandler(this.AppWindow_Activated);

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