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