private async void btnMensagens_Click(object sender, EventArgs e) { InvisibleAllWindowsChid(); if (FormMensagens == null) { FormMensagens = new Mensagens(); FormMensagens.MdiParent = this; FormMensagens.Show(); } else { FormMensagens.WindowState = FormWindowState.Maximized; FormMensagens.Visible = true; } }