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