Exemplo n.º 1
0
        private void AboutDota2ServerPingCheckToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutApp aboutForm = new AboutApp();

            aboutForm.Show();
        }
Exemplo n.º 2
0
 private void AboutDota2ServerPingCheckToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutApp aboutForm = new AboutApp();
     aboutForm.Show();
 }