начало 5 усл

This commit is contained in:
Алексей Крюков 2024-05-20 01:59:17 +04:00
parent f727d74928
commit d6fddc56d1
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -2,7 +2,7 @@
using TypographyContracts.BusinessLogicsContracts;
using Microsoft.Extensions.Logging;
namespace AutomobilePlantView
namespace TypogrphyView
{
public partial class FormClients : Form
{