예제 #1
0
 public void DgLog_CellContentDoubleClick(object sender, DataGridViewCellEventArgs e)
 {
     _controller.DeleteLogEntryRow(sender, e);
 }