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

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

            #line default
            #line hidden

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

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