Exemplo n.º 1
0
 void IThematicView.SetMapControl(IMapControl3 mapControl)
 {
     _mapControl = mapControl;
     _thematic = new Thematic(_mapControl);
 }
Exemplo n.º 2
0
 public ThematicController(IThematic thematic, IThematicView view)
 {
     _thematic = thematic;
     _view = view;
 }