Esempio n. 1
0
        public async void RecentVideos()
        {
            this.recentVideos = await QUTBrainGearDB.GetAllModules().ConfigureAwait(false);

            RaisePropertyChanged(() => recentVideos);
        }
        public async void GetData()
        {
            this.moduleList = await QUTBrainGearDB.GetAllModules();

            ready = true;
        }