From c357d9e21b66eca112c01c361fe71054edcf5d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=91=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Mon, 7 Oct 2024 14:38:45 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B4=D0=BE=D0=BB=D0=B6?= =?UTF-8?q?=D0=B0=D1=8E=20=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=202=20?= =?UTF-8?q?=D0=BB=D0=B0=D0=B1=D1=83...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TestAppForCheckComponentsWorking/Program.cs | 2 +- .../UserComponentsOption19/TableWordNoVisibleComponent.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/UserComponentsOption19/TestAppForCheckComponentsWorking/Program.cs b/UserComponentsOption19/TestAppForCheckComponentsWorking/Program.cs index f2ad505..cfb034b 100644 --- a/UserComponentsOption19/TestAppForCheckComponentsWorking/Program.cs +++ b/UserComponentsOption19/TestAppForCheckComponentsWorking/Program.cs @@ -11,7 +11,7 @@ namespace TestAppForCheckComponentsWorking // To customize application configuration such as set high DPI settings or default font, // see https://aka.ms/applicationconfiguration. ApplicationConfiguration.Initialize(); - Application.Run(new FormTest()); + Application.Run(new FormTestNoVisibleComponents()); } } } \ No newline at end of file diff --git a/UserComponentsOption19/UserComponentsOption19/TableWordNoVisibleComponent.cs b/UserComponentsOption19/UserComponentsOption19/TableWordNoVisibleComponent.cs index f8148fd..0c048b8 100644 --- a/UserComponentsOption19/UserComponentsOption19/TableWordNoVisibleComponent.cs +++ b/UserComponentsOption19/UserComponentsOption19/TableWordNoVisibleComponent.cs @@ -1,5 +1,6 @@ using System.ComponentModel; +/// КОМПОНЕНТ С ТАБЛИЦЕЙ ГДЕ ШАПКА - ЭТО ПЕРВЫЕ ДВЕ СТРОКИ namespace UserComponentsOption19 { public partial class TableWordNoVisibleComponent : Component