Exemplo n.º 1
0
 public override void Flush()
 {
     if (baseBox != null)
     {
         baseBox.Flush();
         baseBox = null;
     }
     ObjPool <AttrLinkBox> .Release(this);
 }
Exemplo n.º 2
0
 public void Flush()
 {
     if (Box != null)
     {
         Box.Flush();
         Box = null;
     }
     partOfPreviousLine = 0;
     if (metaRules != null)
     {
         //metaRules.Flush();
         metaRules = null;
     }
     ObjPool <TexRenderer> .Release(this);
 }