Добавьте файлы проекта.
This commit is contained in:
11
QWERTYkez.WordProcessor/globals.cs
Normal file
11
QWERTYkez.WordProcessor/globals.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user