From 4b23ec76f2922177901661d22aa935c61328d2ef Mon Sep 17 00:00:00 2001 From: Yourdax Date: Wed, 2 Oct 2024 19:39:58 +0400 Subject: [PATCH] . --- KopLab1/FormLibrary/ComponentHistogramToPdf.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 {