Example #1
0
        private void agregarAutorTSM_Click(object sender, EventArgs e)
        {
            FormAutores Autores = new FormAutores();

            Autores.Show();
        }
Example #2
0
        private void buscarAutorToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormAutores Autores = new FormAutores();

            Autores.Show();
        }
Example #3
0
        private void btnAutores_Click(object sender, EventArgs e)
        {
            FormAutores Autores = new FormAutores();

            Autores.Show();
        }