Beispiel #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.videos = ((proyectoAna.VideosTemas)(target));
                return;

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

            #line 10 "..\..\VideosTemas.xaml"
                this.btnConteoFiguras.Click += new System.Windows.RoutedEventHandler(this.btnConteoFiguras_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.btnConteoCirculos = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #2
0
        private void btnBuscarCurso_Click(object sender, RoutedEventArgs e)
        {
            VideosTemas videos = new VideosTemas();

            videos.Show();
        }