private void button1_Click(object sender, EventArgs e)
{
string Game = @"C:/TrexLauncher (the House Of The Dead 2)/Launcher/Game/The House of The Dead 2/Hod2.exe";
Process.Start(new ProcessStartInfo { FileName = Game, UseShellExecute = true });
this.Close();
}
private void button1_Click(object sender, EventArgs e)
{
string Game = @"C:/TrexLauncher (the House Of The Dead 2)/Launcher/Game/The House of The Dead 2/Hod2.exe";
Process.Start(new ProcessStartInfo { FileName = Game, UseShellExecute = true });
this.Close();
}