예제 #1
0
 public void RemoveCell(MathCell mCell)
 {
     UsedCells.Remove(mCell);
 }
예제 #2
0
 public void ResetMathCells()
 {
     UsedCells.Clear();
 }
예제 #3
0
 public void AddCell(MathCell mCell)
 {
     UsedCells.Add(mCell);
 }