Example #1
0
 private void detachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = null;
 }
Example #2
0
 private void detachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = null;
 }
Example #3
0
 private void attachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = this;
 }
Example #4
0
 private void attachDebut(Debut team)
 {
     NotifyPropertyChanging("Debut"); team.Profile = this;
 }