Ver código fonte

Demo 3- don't sync automatically.

James Montemagno 9 anos atrás
pai
commit
8437b70aa9

+ 1 - 1
Demos/app-tasks/DevDaysTasks/Services/TodoItemManager.cs

@@ -63,7 +63,7 @@ namespace DevDaysTasks
             get { return todoTable is Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncTable<TodoItem>; }
         }
 
-        public async Task<ObservableCollection<TodoItem>> GetTodoItemsAsync(bool syncItems = true)
+        public async Task<ObservableCollection<TodoItem>> GetTodoItemsAsync(bool syncItems = false)
         {
             try
             {