ソースを参照

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

読み込み中…
キャンセル
保存