Ejemplo n.º 1
0
 public void RemoveCell(MathCell mCell)
 {
     UsedCells.Remove(mCell);
 }
Ejemplo n.º 2
0
 public void ResetMathCells()
 {
     UsedCells.Clear();
 }
Ejemplo n.º 3
0
 public void AddCell(MathCell mCell)
 {
     UsedCells.Add(mCell);
 }