Example #1
0
 public void LogsGrid_CellEndEdit(object sender, DataGridViewCellEventArgs e)
 {
     _controller.EditLogEntry(sender, e);
 }