Ejemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.eADWindow = ((ClientApp.CustomerPage)(target));
                return;

            case 2:
                this.FormFade = ((System.Windows.Media.Animation.Storyboard)(target));
                return;

            case 3:
                this.FormFadeAnimation = ((System.Windows.Media.Animation.DoubleAnimation)(target));
                return;

            case 4:
                this.FormFadeOut = ((System.Windows.Media.Animation.Storyboard)(target));

            #line 34 "..\..\..\..\MainUI\CustomerPage.xaml"
                this.FormFadeOut.Completed += new System.EventHandler(this.FormFadeOut_Completed);

            #line default
            #line hidden
                return;

            case 5:
                this.FormFadeOutAnimation = ((System.Windows.Media.Animation.DoubleAnimation)(target));
                return;

            case 6:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 7:
                this.CustomerProfile = ((ClientApp.Widgets.Profile)(target));
                return;

            case 8:
                this.LocationWidget = ((ClientApp.Widgets.Location)(target));
                return;

            case 9:
                this.CarInfoWidget = ((ClientApp.Widgets.CarInfo)(target));
                return;

            case 10:
                this.BatteryInfoWidget = ((ClientApp.Widgets.BatteryInfo)(target));
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.eADWindow = ((ClientApp.CustomerPage)(target));
     return;
     case 2:
     this.FormFade = ((System.Windows.Media.Animation.Storyboard)(target));
     return;
     case 3:
     this.FormFadeAnimation = ((System.Windows.Media.Animation.DoubleAnimation)(target));
     return;
     case 4:
     this.FormFadeOut = ((System.Windows.Media.Animation.Storyboard)(target));
     
     #line 34 "..\..\..\..\MainUI\CustomerPage.xaml"
     this.FormFadeOut.Completed += new System.EventHandler(this.FormFadeOut_Completed);
     
     #line default
     #line hidden
     return;
     case 5:
     this.FormFadeOutAnimation = ((System.Windows.Media.Animation.DoubleAnimation)(target));
     return;
     case 6:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.CustomerProfile = ((ClientApp.Widgets.Profile)(target));
     return;
     case 8:
     this.LocationWidget = ((ClientApp.Widgets.Location)(target));
     return;
     case 9:
     this.CarInfoWidget = ((ClientApp.Widgets.CarInfo)(target));
     return;
     case 10:
     this.BatteryInfoWidget = ((ClientApp.Widgets.BatteryInfo)(target));
     return;
     }
     this._contentLoaded = true;
 }