示例#1
0
 public void Format(FormatterContext context)
 {
     context.FormatReference(this);
 }
示例#2
0
 public override void Format(FormatterContext context)
 {
     context.FormatCell(this);
 }
示例#3
0
 public abstract void Format(FormatterContext context);