Esempio n. 1
0
 /// <summary>
 /// add cell that need to be highlighted
 /// </summary>
 public void addHighlightCell(string ID, int row, int col)
 {
     drawingPanel.addHighlightCell(ID, row, col);
 }