Пример #1
0
 public void AcceptAttributeHatchIndex(HatchIndex hatchIndex, PrintContext parameter)
 {
     parameter.WriteLine("Hatch Index: {0} ({1})", hatchIndex.Index, hatchIndex.Name);
 }
Пример #2
0
 public virtual void AcceptAttributeHatchIndex(HatchIndex hatchIndex, T parameter)
 {
     // intentionally left blank
 }