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