private void button1_Click(object sender, EventArgs e) { TelaNovaAtividade tela = new TelaNovaAtividade(); this.Hide(); tela.ShowDialog(); }