private void btEditar_Click(object sender, EventArgs e) { CadastroTamanho cadastroTamanho = new CadastroTamanho(Convert.ToInt32(grvListaTamanhos.CurrentRow.Cells[1].Value), this); cadastroTamanho.Show(); }
private void btCadastrar_Click(object sender, EventArgs e) { CadastroTamanho cadastroTamanho = new CadastroTamanho(this); cadastroTamanho.Show(); }