diff --git a/KopLab1/FormLibrary/ComponentHistogramToPdf.cs b/KopLab1/FormLibrary/ComponentHistogramToPdf.cs index baa9487..0d50f1b 100644 --- a/KopLab1/FormLibrary/ComponentHistogramToPdf.cs +++ b/KopLab1/FormLibrary/ComponentHistogramToPdf.cs @@ -1,16 +1,12 @@ using FormLibrary.HelperClasses; using MigraDoc.DocumentObjectModel; -using MigraDoc.DocumentObjectModel.Shapes; -using MigraDoc.DocumentObjectModel.Shapes.Charts; using MigraDoc.Rendering; using OxyPlot.Series; using OxyPlot; -using System; -using System.Collections.Generic; using System.ComponentModel; using OxyPlot.WindowsForms; using OxyPlot.Legends; -using OxyPlot.Annotations; + namespace FormLibrary {