Exemplo n.º 1
0
        private void EditarCor()
        {
            CadastroCor cadastroCor = new CadastroCor(Convert.ToInt32(grvListaCores.CurrentRow.Cells[1].Value), this);

            cadastroCor.Show();
        }
Exemplo n.º 2
0
        private void btCadastrar_Click(object sender, EventArgs e)
        {
            CadastroCor cadastroCor = new CadastroCor(this);

            cadastroCor.Show();
        }