private void toolStripButton1_Click(object sender, EventArgs e) { CadPross Processo = new CadPross(); Processo.MdiParent = this; Processo.Show(); }
private void CadNProc_Click(object sender, EventArgs e) { CadPross Processo = new CadPross(); Processo.MdiParent = this; Processo.Show(); }