示例#1
0
 public void TotalsGrid_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e)
 {
     _controller.AddDynamicTotalsTooltips(sender, e);
 }