예제 #1
0
        private void aboutToolStripMenuItem_Click(object sender, System.EventArgs e)
        {
            AuthorForm formAut = new AuthorForm();

            formAut.Show();
        }
예제 #2
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AuthorForm authors = new AuthorForm();

            authors.ShowDialog();
        }
예제 #3
0
        private void authorsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AuthorForm autfrm = new AuthorForm();

            autfrm.Show();
        }
예제 #4
0
        private void Authors_Click(object sender, EventArgs e)
        {
            AuthorForm authors = new AuthorForm();

            authors.ShowDialog();
        }