Beispiel #1
0
        private void About_Click(object sender, EventArgs e)
        {
            AboutAuthors about = new AboutAuthors();

            about.ShowDialog();
        }