Beispiel #1
0
 private void BtnPlayGame_Click(object sender, EventArgs e)
 {
     Race rc = new Race(); this.Hide(); rc.ShowDialog();
 }