From c471b98fc707e11ec08c4e6a4c008fcd21cd1ff5 Mon Sep 17 00:00:00 2001 From: revengel66 Date: Tue, 29 Oct 2024 09:50:23 +0300 Subject: [PATCH] edit lab2 --- ComponentsView/FormComponents.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ComponentsView/FormComponents.cs b/ComponentsView/FormComponents.cs index fa3a1f0..211cc12 100644 --- a/ComponentsView/FormComponents.cs +++ b/ComponentsView/FormComponents.cs @@ -122,7 +122,6 @@ namespace ComponentsView { try { - string[] cathegories = { "Январь", "Февраль", "Март", "April", "May" }; (string, double)[] series1 = { ("Категория 1", 100), ("Категория 2", 300), ("Категория 3", 400) }; (string, double)[] series2 = { ("Категория 1", 400), ("Категория 2", 300), ("Категория 3", 100) }; (string, double)[] series3 = { ("Категория 1", 200), ("Категория 2", 500), ("Категория 3", 900) };