예제 #1
0
 private async Task SetEventsFromFile(StorageFile file)
 {
     viewModel.AllEvents = (await CsvParser.GetEvents(file)).ToArray();
 }