Exemplo n.º 1
0
 private void RemoverMaterial()
 {
     obra.RemoverMaterial(dtGridMaterial.SelectedRows[0].DataBoundItem as MaterialObra);
 }