Exemplo n.º 1
0
 /// <summary>
 /// Populate events list box with entries from BackgroundGeofenceEventCollection.
 /// </summary>
 private void FillEventListBoxWithExistingEvents()
 {
     MainPage.FillItemsFromSavedJson(GeofenceBackgroundEventsListBox, "BackgroundGeofenceEventCollection");
 }