Esempio n. 1
0
 public void TotalsGrid_CellEndEdit(object sender, DataGridViewCellEventArgs e)
 {
     _controller.EditTotalEntry(sender, e);
 }