void OnAbout(object sender,EventArgs e)
 {
     AboutBox aboutBox = new AboutBox();
      aboutBox.ShowDialog();
 }
Exemplo n.º 2
0
        void OnAbout(object sender, EventArgs e)
        {
            AboutBox aboutBox = new AboutBox();

            aboutBox.ShowDialog();
        }