Esempio n. 1
0
        private void Release_Button_Click(object sender, RoutedEventArgs e)
        {
            WindowUpload PantallaUpload = new WindowUpload();

            this.Hide();
            PantallaUpload.ShowDialog();
            this.Show();
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Upload = ((Entorno_visual.WindowUpload)(target));
                return;

            case 2:
                this.back_button = ((System.Windows.Controls.Button)(target));

            #line 16 "..\..\WindowUpload.xaml"
                this.back_button.Click += new System.Windows.RoutedEventHandler(this.back_button_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.exit_button = ((System.Windows.Controls.Button)(target));

            #line 17 "..\..\WindowUpload.xaml"
                this.exit_button.Click += new System.Windows.RoutedEventHandler(this.Exit_button_Click);

            #line default
            #line hidden
                return;

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

            #line 44 "..\..\WindowUpload.xaml"
                this.submit_button.Click += new System.Windows.RoutedEventHandler(this.submit_button_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.all_checkBox = ((System.Windows.Controls.CheckBox)(target));

            #line 45 "..\..\WindowUpload.xaml"
                this.all_checkBox.Checked += new System.Windows.RoutedEventHandler(this.All_checkBox_Checked);

            #line default
            #line hidden
                return;

            case 6:
                this.cb1 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 7:
                this.cb2 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 8:
                this.cb3 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 9:
                this.cb4 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 10:
                this.cb5 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 11:
                this.cb6 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 12:
                this.cb7 = ((System.Windows.Controls.CheckBox)(target));
                return;
            }
            this._contentLoaded = true;
        }