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

            cadastroTamanho.Show();
        }
Beispiel #2
0
        private void btCadastrar_Click(object sender, EventArgs e)
        {
            CadastroTamanho cadastroTamanho = new CadastroTamanho(this);

            cadastroTamanho.Show();
        }