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