浏览代码

Removed unused directives

master
MadBoy_cp 13 年前
父节点
当前提交
6d9029be8d
共有 3 个文件被更改,包括 1 次插入15 次删除
  1. 0
    3
      DocX/DocX.cs
  2. 1
    6
      DocX/Headers.cs
  3. 0
    6
      DocX/Image.cs

+ 0
- 3
DocX/DocX.cs 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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
{

正在加载...
取消
保存