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