Esempio n. 1
0
 private void mapControl1_SelectionChanging(object sender, MapSelectionChangingEventArgs e)
 {
     e.Cancel = e.Selection.Count == 0;
 }
Esempio n. 2
0
 private void mapControl1_SelectionChanging(object sender, MapSelectionChangingEventArgs e) {
     e.Cancel = e.Selection.Count == 0;
 }