Ejemplo n.º 1
0
        public TilesManagerViewModel(IBandService bandService, IBandTileService tileService)
        {
            this.bandService = bandService;
            this.tileService = tileService;

            GetTilesCommand = new DelegateCommand(GetTiles);
        }
Ejemplo n.º 2
0
        public TilesManagerViewModel(IBandService bandService, IBandTileService tileService)
        {
            this.bandService = bandService;
            this.tileService = tileService;

            GetTilesCommand = new DelegateCommand(GetTiles);
        }