Example #1
0
 private void detachTeam(Team team)
 {
     NotifyPropertyChanging("Team"); team.Profile = null;
 }
Example #2
0
 private void attachTeam(Team team)
 {
     NotifyPropertyChanging("Team"); team.Profile = this;
 }