예제 #1
0
 private async Task LoadTraffic()
 {
     textBlock.Text = await Traffic.Process(showMotorways, showARoads);
 }