ability to retrieve all tags

This commit is contained in:
2013-09-21 20:48:50 +02:00
parent cb6fc4e113
commit 74063723df
8 changed files with 46 additions and 15 deletions
@@ -46,7 +46,7 @@ namespace PocketSharp.Silverlight
try
{
items = await client.Retrieve();
items = await client.Get();
items.ForEach(item =>
{