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