예제 #1
0
        public async void dataFines()
        {
            //isBusy = true;
            Database_API database = new Database_API();

            residents = await database.GetResidentsAsync();

            fines = await database.GetFinesAsync();

            fines = finesWithName(fines);
            OnPropertyChanged("Fines");
            //isBusy = false;
            //OnPropertyChanged("IsBusy");
            //string abc = "0";
        }