示例#1
0
 private void push(Key k)
 {
     stack.Push(new StackNumber(k, keypad.getPossibleMoves(k, piece)));
 }