Exemplo n.º 1
0
 /// <summary>Creates data for a move request.</summary>
 public string GetMoveData(MoveDirection direction)
 {
     return(String.Format("key={0}&dir={1}", this.Key, direction.ToLabel()));
 }