Ejemplo n.º 1
0
        private void addAuthorToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            FormAuthor f = new FormAuthor();

            f.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void buttonNewAuthor_Click(object sender, EventArgs e)
        {
            FormAuthor f = new FormAuthor();

            f.Show();
            //this.Hide();
        }
Ejemplo n.º 3
0
 private void buttonNewAuthor_Click(object sender, EventArgs e)
 {
     FormAuthor fa = new FormAuthor();
     fa.Show();
 }
Ejemplo n.º 4
0
 private void buttonNewAuthor_Click(object sender, EventArgs e)
 {
     FormAuthor f = new FormAuthor();
     f.Show();
     //this.Hide();
 }
Ejemplo n.º 5
0
 private void addAuthorToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     FormAuthor f = new FormAuthor();
     f.Show();
     this.Hide();
 }
Ejemplo n.º 6
0
        private void buttonNewAuthor_Click(object sender, EventArgs e)
        {
            FormAuthor fa = new FormAuthor();

            fa.Show();
        }