private void AboutDota2ServerPingCheckToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutApp aboutForm = new AboutApp();

            aboutForm.Show();
        }
 private void AboutDota2ServerPingCheckToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutApp aboutForm = new AboutApp();
     aboutForm.Show();
 }