Example #1
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AuthorForm authors = new AuthorForm();

            authors.ShowDialog();
        }
Example #2
0
        private void Authors_Click(object sender, EventArgs e)
        {
            AuthorForm authors = new AuthorForm();

            authors.ShowDialog();
        }