示例#1
0
        private void button_estudios_Click(object sender, EventArgs e)
        {
            InfoBoton infoActor = new InfoBoton(bd.GetEstudios());

            infoActor.Show();
        }
示例#2
0
        private void button_Productores_Click(object sender, EventArgs e)
        {
            InfoBoton infoActor = new InfoBoton(bd.GetProductores());

            infoActor.Show();
        }