Esempio n. 1
0
        public async Task Initialize()
        {
            var appVMs = await appsService.GetAll(IconSize);

            MyApps = new BindableCollection <AppViewModel>(appVMs);
        }