예제 #1
0
 public virtual void PostLoad(SheetConvertingContext context)
 {
     using (context.Logger.BeginScope(Index))
     {
         SheetUtility.MapReferences(context, this);
     }
 }
예제 #2
0
 public virtual void PostLoad(SheetConvertingContext context)
 {
     context.SetTag(context.Tag, Index);
     SheetUtility.MapReferences(context, this);
 }