Dodano edycje danych osoby - Zmodyfikowano User.cs, DetailedViewModel.cs, DetailedPage.xaml oraz MainPage.xaml

This commit is contained in:
Krzysztof KrzysiekSiemv Smaga
2025-03-17 21:03:15 +01:00
parent 582c0f69ab
commit 19037d6d4a
25 changed files with 4221 additions and 4278 deletions
+2
View File
@@ -16,6 +16,8 @@ public class DataService {
};
}
// Dodawanie czy usuwanie elementów do listy w ObservableCollection NIE WYMAGA INotifyPropertyChanged,
// Stosujemy to w momencie, kiedy modyfikujemy wlaściwość naszego elementu, np.: Imie osoby o ID nr. 1
public ObservableCollection<User> GetUsers() => users;
public void AddUser(User user) {