Exemplo n.º 1
0
        private void ViewerActiveToolChanged(MapActiveTool activeTool)
        {
            var state = (this.Tool == activeTool);

            foreach (var l in _listeners)
            {
                l.SetActive(state);
            }
        }
Exemplo n.º 2
0
 private void ViewerActiveToolChanged(MapActiveTool activeTool) 
 {
     var state = (this.Tool == activeTool);
     foreach (var l in _listeners)
     {
         l.SetActive(state);
     }
 }