Exemplo n.º 1
0
 public void addToucherExterne(ToucherExterne t)
 {
     lock (lockToucher) {
         //Filtre sur toucherExterne ???
         this._touchers.addToucherExterne(t);
     }
 }
Exemplo n.º 2
0
 public void addToucherExterne(ToucherExterne t)
 {
     this.touchersExterne.Add(t);
 }