From d7cd2a61b687242eb5719a2dc139102b0c41cfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Fri, 24 Mar 2023 00:45:45 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{FormSellCars.Designer.cs => FormSellDishes.Designer.cs} | 0 FoodOrders/FoodOrders/{FormSellCars.cs => FormSellDishes.cs} | 0 FoodOrders/FoodOrders/{FormSellCars.resx => FormSellDishes.resx} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename FoodOrders/FoodOrders/{FormSellCars.Designer.cs => FormSellDishes.Designer.cs} (100%) rename FoodOrders/FoodOrders/{FormSellCars.cs => FormSellDishes.cs} (100%) rename FoodOrders/FoodOrders/{FormSellCars.resx => FormSellDishes.resx} (100%) diff --git a/FoodOrders/FoodOrders/FormSellCars.Designer.cs b/FoodOrders/FoodOrders/FormSellDishes.Designer.cs similarity index 100% rename from FoodOrders/FoodOrders/FormSellCars.Designer.cs rename to FoodOrders/FoodOrders/FormSellDishes.Designer.cs diff --git a/FoodOrders/FoodOrders/FormSellCars.cs b/FoodOrders/FoodOrders/FormSellDishes.cs similarity index 100% rename from FoodOrders/FoodOrders/FormSellCars.cs rename to FoodOrders/FoodOrders/FormSellDishes.cs diff --git a/FoodOrders/FoodOrders/FormSellCars.resx b/FoodOrders/FoodOrders/FormSellDishes.resx similarity index 100% rename from FoodOrders/FoodOrders/FormSellCars.resx rename to FoodOrders/FoodOrders/FormSellDishes.resx