Ejemplo n.º 1
0
        private async void Load()
        {
            PageManager.BusyIndicator.IsBusy = true;
            Positions = await SQLiteDBHelper.LoadPositions();

            PageManager.BusyIndicator.IsBusy = false;
        }