private void chooseSeat() { if (!CheckExistForm("ChooseSeat")) { ChooseSeat sv = new ChooseSeat(); sv.timeBeginn = timeStarted; sv.name = "TheImmortal"; sv.Show(); } else { ActiveChildForm("ChooseSeat"); } }
private void chooseSeat() { if (!CheckExistForm("ChooseSeat")) { ChooseSeat sv = new ChooseSeat(); sv.timeBeginn = timeStarted; sv.name = "BadTimesAtTheELRoyale"; sv.Show(); } else { ActiveChildForm("ChooseSeat"); } }