private void lblCadFunc_Click(object sender, EventArgs e) { CadFunc cad = new CadFunc(); cad.MdiParent = this; cad.Show(); }
private void btnCadFunc_Click(object sender, EventArgs e) { CadFunc telaCadastroCli = new CadFunc(); telaCadastroCli.Show(); }