|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
ViewModel for a group of friends. More...
Private Attributes | |
| int | _groupId |
| ID of the friend group. | |
| ObservableCollection< Person > | _friends = new ObservableCollection<Person>() |
| List of friends in the friend group. | |
| ObservableCollection< Person > | _availableFriends = new ObservableCollection<Person>() |
| List of available friends for the friend group. | |
ViewModel for a group of friends.
Definition at line 10 of file FriendGroupViewModel.cs.
|
private |
List of available friends for the friend group.
Definition at line 28 of file FriendGroupViewModel.cs.
|
private |
List of friends in the friend group.
Definition at line 22 of file FriendGroupViewModel.cs.
|
private |
ID of the friend group.
Definition at line 16 of file FriendGroupViewModel.cs.