Exemplo n.º 1
0
 public void AcceptDelimiterBeginCompoundTextPath(BeginCompoundTextPath beginCompoundTextPath, PrintContext parameter)
 {
     parameter.WriteLine("Begin Compound Text Path");
     parameter.BeginLevel();
 }
Exemplo n.º 2
0
 public virtual void AcceptDelimiterBeginCompoundTextPath(BeginCompoundTextPath beginCompoundTextPath, T parameter)
 {
     // intentionally left blank
 }