Example #1
0
        public TilesManagerViewModel(IBandService bandService, IBandTileService tileService)
        {
            this.bandService = bandService;
            this.tileService = tileService;

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

            GetTilesCommand = new DelegateCommand(GetTiles);
        }