From 60a4ab19d5ed72866d16d2661ce8b03c5e071ebf Mon Sep 17 00:00:00 2001 From: Zakharov_Rostislav Date: Sun, 11 Feb 2024 18:19:28 +0400 Subject: [PATCH] some minor fixes --- BlacksmithWorkshop/BlacksmithWorkshop/FormManufacture.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/FormManufacture.cs b/BlacksmithWorkshop/BlacksmithWorkshop/FormManufacture.cs index 3fa92b1..44f15f2 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshop/FormManufacture.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshop/FormManufacture.cs @@ -66,7 +66,6 @@ namespace BlacksmithWorkshop { dataGridView.Rows.Add(new object[] { pc.Key, pc.Value.Item1.ComponentName, pc.Value.Item2 }); - } textBoxPrice.Text = CalcPrice().ToString(); }