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