public void Add(CalculationCell cell)
 {
     _calcCells.Add(cell);
 }
示例#2
0
 public void Add(CalculationCell cell)
 {
     _calcCells.Add(cell);
 }