예제 #1
0
 public override void DestroyInstance(ref PagedWorldSection p)
 {
     if (!p.IsDisposed)
     {
         p.Dispose();
     }
 }
예제 #2
0
 public override bool UnPrepareProcedualPage(Page page, PagedWorldSection section)
 {
     return(true);
 }