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