private void button_Click(object sender, EventArgs e) { Janela j; j = new Janela(); this.Hide(); j.ShowDialog(); this.Close(); }