void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.splashScreen = ((WeSplit.SplashScreen)(target));

            #line 21 "..\..\SplashScreen.xaml"
                this.splashScreen.Loaded += new System.Windows.RoutedEventHandler(this.splashScreen_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.tipBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.splashScreenDisabled = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 4:
                this.skipButton = ((System.Windows.Controls.Button)(target));

            #line 108 "..\..\SplashScreen.xaml"
                this.skipButton.Click += new System.Windows.RoutedEventHandler(this.skipButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SplashScreenWindow = ((WeSplit.SplashScreen)(target));

            #line 10 "..\..\SplashScreen.xaml"
                this.SplashScreenWindow.Loaded += new System.Windows.RoutedEventHandler(this.Window_Load);

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