private void button3_Click(object sender, EventArgs e)
 {
     LaunchGame.launchGame();
     Application.Exit();
 }
 private void Button3_Click(object sender, EventArgs e)
 {
     LaunchGame.LaunchRocksmith2014();
     Application.Exit();
 }