From 0cb0e4c66781e038b2118351bf1b1e525af7b135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9F=D0=BE=D0=BB?= =?UTF-8?q?=D0=B5=D0=B2=D0=BE=D0=B9?= Date: Sun, 12 Mar 2023 02:18:09 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D0=BB=D0=BE=D0=B6=D0=BD=D1=91?= =?UTF-8?q?=D0=BD=D0=BD=D0=B0=D1=8F=20=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=BD=D0=B0=D1=8F=20=E2=84=961:=20=D0=98?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlowerShop/FlowerShop/FormShop.cs | 2 +- FlowerShop/FlowerShop/FormShopSupply.cs | 2 +- FlowerShop/FlowerShop/FormShops.cs | 2 +- FlowerShop/FlowerShop/Program.cs | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/FlowerShop/FlowerShop/FormShop.cs b/FlowerShop/FlowerShop/FormShop.cs index d728416..0a84022 100644 --- a/FlowerShop/FlowerShop/FormShop.cs +++ b/FlowerShop/FlowerShop/FormShop.cs @@ -4,7 +4,7 @@ using FlowerShopContracts.SearchModels; using FlowerShopDataModels.Models; using Microsoft.Extensions.Logging; -namespace LawFirmView +namespace FlowerShop { public partial class FormShop : Form { diff --git a/FlowerShop/FlowerShop/FormShopSupply.cs b/FlowerShop/FlowerShop/FormShopSupply.cs index f074e7a..8d93dad 100644 --- a/FlowerShop/FlowerShop/FormShopSupply.cs +++ b/FlowerShop/FlowerShop/FormShopSupply.cs @@ -4,7 +4,7 @@ using FlowerShopContracts.SearchModels; using Microsoft.Extensions.Logging; -namespace LawFirmView +namespace FlowerShop { public partial class FormShopSupply : Form { diff --git a/FlowerShop/FlowerShop/FormShops.cs b/FlowerShop/FlowerShop/FormShops.cs index c86666f..94df965 100644 --- a/FlowerShop/FlowerShop/FormShops.cs +++ b/FlowerShop/FlowerShop/FormShops.cs @@ -4,7 +4,7 @@ using FlowerShopContracts.BusinessLogicsContracts; using Microsoft.Extensions.Logging; -namespace LawFirmView +namespace FlowerShop { public partial class FormShops : Form { diff --git a/FlowerShop/FlowerShop/Program.cs b/FlowerShop/FlowerShop/Program.cs index 98e329d..1ffdfe6 100644 --- a/FlowerShop/FlowerShop/Program.cs +++ b/FlowerShop/FlowerShop/Program.cs @@ -6,7 +6,6 @@ using FlowerShopContracts.BusinessLogicsContracts; using NLog.Extensions.Logging; using Microsoft.Extensions.Logging; using System.Windows.Forms; -using LawFirmView; namespace FlowerShop {