продолжаю делать 2 лабу...

This commit is contained in:
Елена Бакальская 2024-10-07 14:38:45 +04:00
parent 4ef34fb579
commit c357d9e21b
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,5 +1,6 @@
using System.ComponentModel;
/// КОМПОНЕНТ С ТАБЛИЦЕЙ ГДЕ ШАПКА - ЭТО ПЕРВЫЕ ДВЕ СТРОКИ
namespace UserComponentsOption19
{
public partial class TableWordNoVisibleComponent : Component