소스 검색

Cleanup in code: removed unused directives

master
MadBoy_cp 13 년 전
부모
커밋
3a6459a33f
4개의 변경된 파일1개의 추가작업 그리고 15개의 파일을 삭제
  1. 0
    3
      DocX/Charts/Axis.cs
  2. 0
    4
      DocX/Charts/Chart.cs
  3. 1
    5
      DocX/Charts/LineChart.cs
  4. 0
    3
      DocX/Charts/PieChart.cs

+ 0
- 3
DocX/Charts/Axis.cs 파일 보기

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace Novacode

+ 0
- 4
DocX/Charts/Chart.cs 파일 보기

@@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.IO;
using System.IO.Packaging;
using System.Collections;
using System.Drawing;
using System.Reflection;
namespace Novacode
{

+ 1
- 5
DocX/Charts/LineChart.cs 파일 보기

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Xml.Linq;
namespace Novacode
{

+ 0
- 3
DocX/Charts/PieChart.cs 파일 보기

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace Novacode

Loading…
취소
저장