From 80c35aa7629b89308e6802ee7e80d7c4506a522d Mon Sep 17 00:00:00 2001 From: dasha Date: Sat, 4 Mar 2023 10:40:57 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D1=80=D0=B0=D1=81=D0=BE=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBar/FormSellSushi.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/SushiBar/SushiBar/FormSellSushi.cs b/SushiBar/SushiBar/FormSellSushi.cs index d1b4354..afff76c 100644 --- a/SushiBar/SushiBar/FormSellSushi.cs +++ b/SushiBar/SushiBar/FormSellSushi.cs @@ -1,15 +1,6 @@ using Microsoft.Extensions.Logging; using SushiBarContracts.BusinessLogicsContracts; using SushiBarContracts.SearchModels; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; namespace SushiBarView {