Ejemplo n.º 1
0
        public ToggleNodeCommand(IMapHost mapHost, Coordinate coordinate, bool state)
        {
            _mapHost = mapHost;

            _coordinate = coordinate;
            _state      = state;
        }
Ejemplo n.º 2
0
 public PathfinderViewModel(IFileService fileService, IMapHost mapHost)
 {
     _fileService = fileService;
     _mapHost     = mapHost;
 }