IgnoreAttribute.cs 119 B

123456789
  1. using System;
  2. namespace QuestPDF.Examples.Engine
  3. {
  4. public class IgnoreAttribute : Attribute
  5. {
  6. }
  7. }