示例#1
0
        private void btnCarreras_Click(object sender, EventArgs e)
        {
            VistaCarrera vistaCarrera = new VistaCarrera();

            vistaCarrera.pasar += new VistaCarrera.datos(getCarrera);
            vistaCarrera.ShowDialog();
        }
 private void btnCarreras_Click(object sender, EventArgs e)
 {
     VistaCarrera vistaCarrera = new VistaCarrera();
     vistaCarrera.pasar += new VistaCarrera.datos(getCarrera);
     vistaCarrera.ShowDialog();
 }