Esempio n. 1
0
 private void btnAbrir_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         this.Zonas = ImportKml.ImportarZonasKml(this.PathOfFile);
         this.dgZonasVertices.ItemsSource = this.Zonas;
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }
Esempio n. 2
0
        private void Button_Click_6(object sender, RoutedEventArgs e)
        {
            var x = new ImportKml();

            x.ImportartKml();
        }