Пример #1
0
 public void Push(Poolable info)
 {
     this.stack.Push(info);
     info.EnterPool();
 }