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