Exemplo n.º 1
0
 private void aboutForm_click(object sender, EventArgs e)
 {
     about aboutForm = new about();
     aboutForm.ShowDialog();
 }
Exemplo n.º 2
0
        private void aboutForm_click(object sender, EventArgs e)
        {
            about aboutForm = new about();

            aboutForm.ShowDialog();
        }