From d6fddc56d1798d3752597e42e23cb8e2d178b71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=9A=D1=80?= =?UTF-8?q?=D1=8E=D0=BA=D0=BE=D0=B2?= Date: Mon, 20 May 2024 01:59:17 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D0=BE=205=20?= =?UTF-8?q?=D1=83=D1=81=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TypographyView/FormClients.Designer.cs | 4 ++-- TypographyView/FormClients.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TypographyView/FormClients.Designer.cs b/TypographyView/FormClients.Designer.cs index d4ccc18..9b9e876 100644 --- a/TypographyView/FormClients.Designer.cs +++ b/TypographyView/FormClients.Designer.cs @@ -1,4 +1,4 @@ -namespace AutomobilePlantView +namespace TypogrphyView { partial class FormClients { @@ -77,7 +77,7 @@ Controls.Add(dataGridView); Margin = new Padding(3, 4, 3, 4); Name = "FormClients"; - Text = "Clients"; + Text = "Клиенты"; Load += FormClients_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); diff --git a/TypographyView/FormClients.cs b/TypographyView/FormClients.cs index 3152ffa..e0ba7ea 100644 --- a/TypographyView/FormClients.cs +++ b/TypographyView/FormClients.cs @@ -2,7 +2,7 @@ using TypographyContracts.BusinessLogicsContracts; using Microsoft.Extensions.Logging; -namespace AutomobilePlantView +namespace TypogrphyView { public partial class FormClients : Form {