remove configuration object and make props public;

This commit is contained in:
2013-06-20 12:23:40 +02:00
parent bea9ab7994
commit 7e9d519ad2
2 changed files with 3 additions and 23 deletions
-5
View File
@@ -20,11 +20,6 @@ namespace PocketSharp.Console
accessCode: "a85134a7-243c-6656-ab82-97c901"
);
foreach(PocketItem item in x)
{
System.Console.WriteLine(">>> " + item.Title);
}
System.Console.ReadKey();
}
}