Parcourir la source

Removed unused directives

master
MadBoy_cp il y a 13 ans
Parent
révision
6d9029be8d
3 fichiers modifiés avec 1 ajouts et 15 suppressions
  1. 0
    3
      DocX/DocX.cs
  2. 1
    6
      DocX/Headers.cs
  3. 0
    6
      DocX/Image.cs

+ 0
- 3
DocX/DocX.cs Voir le fichier

@@ -7,9 +7,6 @@ using System.Xml;
using System.IO;
using System.Text.RegularExpressions;
using System.IO.Packaging;
using System.Security.Principal;
using System.Reflection;
using System.IO.Compression;
using System.Security.Cryptography;
namespace Novacode

+ 1
- 6
DocX/Headers.cs Voir le fichier

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Novacode
namespace Novacode
{
public class Headers
{

+ 0
- 6
DocX/Image.cs Voir le fichier

@@ -1,12 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.IO.Packaging;
using System.IO;
using System.Drawing;
using System.Drawing.Imaging;
namespace Novacode
{

Chargement…
Annuler
Enregistrer