示例#1
0
 public override void OnConstruct()
 {
     this.pool = new PoolInternalBase(typeof(NoView), null, null);
 }
示例#2
0
 public override void OnDeconstruct()
 {
     this.pool = null;
 }
示例#3
0
 public override void OnConstruct()
 {
     this.pool = new PoolInternalBase(null, null);
 }