Ejemplo n.º 1
0
 /// <summary>
 /// RePopulate RouteIDs and also update speech inputs
 /// </summary>
 public static async Task RefreshRouteIDsAsync()
 {
     RefreshRouteIDs();
     await VoiceHelper.UpdateRoutePhraseList();
 }