예제 #1
0
        //author
        private void button3_Click(object sender, EventArgs e)
        {
            Author author = new Author();

            author.ShowDialog();
        }