From 25627c6bcda8c4315749c25b2c50a10997f0135e Mon Sep 17 00:00:00 2001 From: Yourdax Date: Wed, 2 Oct 2024 19:39:24 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=BA=D0=B8=D0=B5=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BC=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BD=D0=B0=20=D1=81?= =?UTF-8?q?=D1=87=D0=B5=D1=82=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D0=B8...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KopLab1/FormLibrary/ComponentHistogramToPdf.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/KopLab1/FormLibrary/ComponentHistogramToPdf.cs b/KopLab1/FormLibrary/ComponentHistogramToPdf.cs index 4e674b3..baa9487 100644 --- a/KopLab1/FormLibrary/ComponentHistogramToPdf.cs +++ b/KopLab1/FormLibrary/ComponentHistogramToPdf.cs @@ -29,7 +29,6 @@ namespace FormLibrary } public void CreateHistogramPdf(string filePath, string documentTitle, string chartTitle, LegendPositions legendPosition, List chartData) { - // Проверка входных данных... if (string.IsNullOrEmpty(filePath)) throw new ArgumentException("Путь к файлу не может быть пустым."); if (string.IsNullOrEmpty(documentTitle))