11 lines
377 B
C#
11 lines
377 B
C#
|
|
global using DocumentFormat.OpenXml;
|
|||
|
|
global using DocumentFormat.OpenXml.Packaging;
|
|||
|
|
global using DocumentFormat.OpenXml.Wordprocessing;
|
|||
|
|
global using System;
|
|||
|
|
global using System.Collections.Generic;
|
|||
|
|
global using System.Diagnostics;
|
|||
|
|
global using System.IO;
|
|||
|
|
global using System.Linq;
|
|||
|
|
global using System.Text;
|
|||
|
|
global using System.Threading;
|
|||
|
|
global using System.Threading.Tasks;
|