Esempio n. 1
0
 private static void AboutClicked(object sender, EventArgs e)
 {
     var about_box = new AboutBox();
     about_box.ShowDialog();
 }
Esempio n. 2
0
        private static void AboutClicked(object sender, EventArgs e)
        {
            var about_box = new AboutBox();

            about_box.ShowDialog();
        }