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