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