OnCellDeselected() 공개 메소드

public OnCellDeselected ( Cell, cell ) : void
cell Cell,
리턴 void
예제 #1
0
 private void OnCellDehighlighted(object sender, EventArgs e)
 {
     CellGridState.OnCellDeselected(sender as Cell);
 }
예제 #2
0
 private void OnCellDehighlighted(Cell cell)
 {
     CellGridState.OnCellDeselected(cell);
 }