Procházet zdrojové kódy

Cleanup in code: removed unused directives

master
MadBoy_cp před 13 roky
rodič
revize
3a6459a33f

+ 0
- 3
DocX/Charts/Axis.cs Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit