示例#1
0
        private void Salvar()
        {
            if (seriesDataGridView.CurrentRow.Index < 0)
            {
                return;
            }
            var serie =
                (Serie)seriesDataGridView.CurrentRow.DataBoundItem;

            _produtoControl.SaveProductSerieCertificate(RepassarValores(serie.Id));
        }