Exemple #1
0
        private void btnEditoriales_Click(object sender, EventArgs e)
        {
            FormEditorial Editoriales = new FormEditorial();

            Editoriales.Show();
        }
Exemple #2
0
        private void listaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormEditorial Editoriales = new FormEditorial();

            Editoriales.Show();
        }