Exemplo n.º 1
0
        private void referenceAuthorsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormAuthors f = new FormAuthors();

            f.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 private void referenceAuthorsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormAuthors f = new FormAuthors();
     f.Show();
     this.Hide();
 }