static void Main(string[] args) { Exercicio8.ExecutarExercicio(); Exercicio9.ExecutarExercicio(); }
private void btnExercicio8_Click(object sender, EventArgs e) { Form f = new Exercicio8(); f.ShowDialog(); }