Exemple #1
0
 private void OnCurrentMapLayer(MapLayersHandler s, LayerEventArg e)
 {
     _currentMapLayer = _mapLayersHandler.get_MapLayer(e.LayerHandle);
     _dropDownContext = "";
     if (_currentMapLayer.Name == "Fishing grid boundaries")
     {
         _dropDownContext = "FishingGridBoundary";
     }
 }
 private void OnCurrentMapLayer(MapLayersHandler s, LayerEventArg e)
 {
     _currentMapLayer = _mapLayersHandler.get_MapLayer(e.LayerHandle);
 }