From 72fb36cc952295cb2bb84cc3e201b4796739efc3 Mon Sep 17 00:00:00 2001 From: Zyzf Date: Tue, 7 Feb 2023 14:38:03 +0400 Subject: [PATCH] test fix bom --- BlacksmithWorkshop/BlacksmithWorkshopView/FormManufacturies.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BlacksmithWorkshop/BlacksmithWorkshopView/FormManufacturies.cs b/BlacksmithWorkshop/BlacksmithWorkshopView/FormManufacturies.cs index 62a8816..be146f1 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopView/FormManufacturies.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshopView/FormManufacturies.cs @@ -7,7 +7,6 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; - using Microsoft.Extensions.Logging; using BlacksmithWorkshopContracts.BindingModels; using BlacksmithWorkshopContracts.BusinessLogicsContracts;