2025-11-06 19:34:39 +01:00

8 lines
85 B
C#

#if NET
namespace EnvelopeGenerator.PdfEditor;
public class PDFBurner
{
}
#endif