void IThematicView.SetMapControl(IMapControl3 mapControl) { _mapControl = mapControl; _thematic = new Thematic(_mapControl); }
public ThematicController(IThematic thematic, IThematicView view) { _thematic = thematic; _view = view; }