Esempio n. 1
0
 private void Loot_Detach(Loot entity)
 {
     this.SendPropertyChanging();
     entity.Games = null;
 }
Esempio n. 2
0
 private void Loot_Attach(Loot entity)
 {
     this.SendPropertyChanging();
     entity.Games = this;
 }