public static void Select(HandCell cell) { if (selected != null) { selected.Unselect(); } selected = cell; }
public void Link(HandCell cell) { pair = cell; cell.pair = this; }