Example #1
0
 private async void deleteAll()
 {
     //cancella tutti i dati di log
     _db.ClearLog();
     await this.Navigation.PopAsync();
 }