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

            PageManager.BusyIndicator.IsBusy = false;
        }
        private async void Load()
        {
            PageManager.BusyIndicator.IsBusy = true;
            Employees = await SQLiteDBHelper.LoadEmployees();

            PageManager.BusyIndicator.IsBusy = false;
            Debug.WriteLine(Employees.Count);
        }