Esempio n. 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 5 "..\..\Loading.xaml"
                ((NeginProject.Loading)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.image1 = ((System.Windows.Controls.Image)(target));
                return;

            case 3:
                this.myprogress = ((NeginProject.Control.LoadingAnimation)(target));
                return;

            case 4:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.expireStr = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.expireLbl = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.Open = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\Loading.xaml"
                this.Open.IsEnabledChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.Open_IsEnabledChanged);

            #line default
            #line hidden

            #line 12 "..\..\Loading.xaml"
                this.Open.Click += new System.Windows.RoutedEventHandler(this.Open_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 5 "..\..\..\Loading.xaml"
     ((NeginProject.Loading)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.image1 = ((System.Windows.Controls.Image)(target));
     return;
     case 3:
     this.myprogress = ((NeginProject.Control.LoadingAnimation)(target));
     return;
     case 4:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.expireStr = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.expireLbl = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.Open = ((System.Windows.Controls.Button)(target));
     
     #line 12 "..\..\..\Loading.xaml"
     this.Open.IsEnabledChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.Open_IsEnabledChanged);
     
     #line default
     #line hidden
     
     #line 12 "..\..\..\Loading.xaml"
     this.Open.Click += new System.Windows.RoutedEventHandler(this.Open_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }