From acab1402347ba87d52d1f0f830ef5e4450413f98 Mon Sep 17 00:00:00 2001 From: revengel66 Date: Tue, 12 Mar 2024 21:42:28 +0400 Subject: [PATCH] end lab1 --- ...ductComponent.Designer.cs => FormPizzaComponent.Designer.cs} | 0 .../Pizzeria/{FormProductComponent.cs => FormPizzaComponent.cs} | 0 .../{FormProductComponent.resx => FormPizzaComponent.resx} | 0 Pizzeria/Pizzeria/Program.cs | 2 -- 4 files changed, 2 deletions(-) rename Pizzeria/Pizzeria/{FormProductComponent.Designer.cs => FormPizzaComponent.Designer.cs} (100%) rename Pizzeria/Pizzeria/{FormProductComponent.cs => FormPizzaComponent.cs} (100%) rename Pizzeria/Pizzeria/{FormProductComponent.resx => FormPizzaComponent.resx} (100%) diff --git a/Pizzeria/Pizzeria/FormProductComponent.Designer.cs b/Pizzeria/Pizzeria/FormPizzaComponent.Designer.cs similarity index 100% rename from Pizzeria/Pizzeria/FormProductComponent.Designer.cs rename to Pizzeria/Pizzeria/FormPizzaComponent.Designer.cs diff --git a/Pizzeria/Pizzeria/FormProductComponent.cs b/Pizzeria/Pizzeria/FormPizzaComponent.cs similarity index 100% rename from Pizzeria/Pizzeria/FormProductComponent.cs rename to Pizzeria/Pizzeria/FormPizzaComponent.cs diff --git a/Pizzeria/Pizzeria/FormProductComponent.resx b/Pizzeria/Pizzeria/FormPizzaComponent.resx similarity index 100% rename from Pizzeria/Pizzeria/FormProductComponent.resx rename to Pizzeria/Pizzeria/FormPizzaComponent.resx diff --git a/Pizzeria/Pizzeria/Program.cs b/Pizzeria/Pizzeria/Program.cs index 32150d8..8ab0928 100644 --- a/Pizzeria/Pizzeria/Program.cs +++ b/Pizzeria/Pizzeria/Program.cs @@ -1,8 +1,6 @@ using Microsoft.Extensions.DependencyInjection; using PizzeriaContracts.BusinessLogicsContracts; using PizzeriaContracts.StorageContracts; -using System.Drawing; -using System; using PizzeriaListImplement.Implements; using PizzeriaBusinessLogic.BusinessLogic; using Microsoft.Extensions.Logging;