Exemplo n.º 1
0
 public void AcceptMetafileDescriptorVdcType(VdcType vdcType, PrintContext parameter)
 {
     parameter.WriteLine("VDC Type: {0}", vdcType.Specification);
 }
Exemplo n.º 2
0
 public virtual void AcceptMetafileDescriptorVdcType(VdcType vdcType, T parameter)
 {
     // intentionally left blank
 }