feat(PDFBurner): init for only .net
This commit is contained in:
parent
05130d6163
commit
bc4371cb99
8
EnvelopeGenerator.PdfEditor/PDFBurner.cs
Normal file
8
EnvelopeGenerator.PdfEditor/PDFBurner.cs
Normal file
@ -0,0 +1,8 @@
|
||||
#if NET
|
||||
namespace EnvelopeGenerator.PdfEditor;
|
||||
|
||||
public class PDFBurner
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user