private void bt_novo_Click(object sender, EventArgs e) { frmCadastroFor frmCadFor = new frmCadastroFor(); frmCadFor.ShowDialog(); PreencherGrid(); }