Esempio n. 1
0
 public void Prepare(IBatch batch)
 {
     Manager.Prepare(batch, this);
 }
Esempio n. 2
0
 public void Prepare(Batch batch)
 {
     Manager.Prepare(batch, ref this);
 }