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