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

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

            cadastroCor.Show();
        }