Esempio n. 1
0
 private void Import()
 {
     ImportViewModel.Dialog(ImportFromExcel, async() => await ImportFromShapefile(),
                            "Import flow station data from either source. Importing from a shapefile will first look to see if the location name in the shapefile matches existing stations before creating a new one.");
 }