mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:37:44 +08:00
Introduce globals
This commit is contained in:
parent
da44e1a540
commit
b1b3a934eb
2
src/UglyToad.PdfPig.Core/Globals.cs
Normal file
2
src/UglyToad.PdfPig.Core/Globals.cs
Normal file
@ -0,0 +1,2 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
2
src/UglyToad.PdfPig.DocumentLayoutAnalysis/Globals.cs
Normal file
2
src/UglyToad.PdfPig.DocumentLayoutAnalysis/Globals.cs
Normal file
@ -0,0 +1,2 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
2
src/UglyToad.PdfPig.Fonts/Globals.cs
Normal file
2
src/UglyToad.PdfPig.Fonts/Globals.cs
Normal file
@ -0,0 +1,2 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
2
src/UglyToad.PdfPig.Tokenization/Globals.cs
Normal file
2
src/UglyToad.PdfPig.Tokenization/Globals.cs
Normal file
@ -0,0 +1,2 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
2
src/UglyToad.PdfPig.Tokens/Globals.cs
Normal file
2
src/UglyToad.PdfPig.Tokens/Globals.cs
Normal file
@ -0,0 +1,2 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
2
src/UglyToad.PdfPig/Globals.cs
Normal file
2
src/UglyToad.PdfPig/Globals.cs
Normal file
@ -0,0 +1,2 @@
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
Loading…
Reference in New Issue
Block a user