private void EditarCor() { CadastroCor cadastroCor = new CadastroCor(Convert.ToInt32(grvListaCores.CurrentRow.Cells[1].Value), this); cadastroCor.Show(); }
private void btCadastrar_Click(object sender, EventArgs e) { CadastroCor cadastroCor = new CadastroCor(this); cadastroCor.Show(); }