add Archive/Unarchive/Favorite/Unfavorite/Delete

This commit is contained in:
2013-06-24 20:09:16 +02:00
parent 316db90df3
commit fdeac7b94f
3 changed files with 63 additions and 6 deletions
+1
View File
@@ -41,6 +41,7 @@ namespace PocketSharp.Console
System.Console.WriteLine("---------------------------------");
client.Archive(330361896);
client.Favorite(330361896);
System.Console.ReadKey();