Exemplo n.º 1
0
 public void Push(T Object)
 {
     ObjectHolder.Push(Object);
     Object.GoInPool();
     Factory.AfterSendToPool(Object);
 }