Esempio n. 1
0
 async Task ReloadLogFileEntriesAsync()
 {
     this.logEntries = (await GeofenceHelper.GetLogFileEntriesAsync()).ToList();
     this.OnPropertyChanged("LogEntries");
 }