private void About(object sender, EventArgs e)
 {
   AboutDialog aboutDialog = new AboutDialog();
   aboutDialog.ShowDialog(this);
 }
Esempio n. 2
0
        private void About(object sender, EventArgs e)
        {
            AboutDialog aboutDialog = new AboutDialog();

            aboutDialog.ShowDialog(this);
        }