продолжаю делать 2 лабу...
This commit is contained in:
parent
4ef34fb579
commit
c357d9e21b
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,6 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
/// КОМПОНЕНТ С ТАБЛИЦЕЙ ГДЕ ШАПКА - ЭТО ПЕРВЫЕ ДВЕ СТРОКИ
|
||||
namespace UserComponentsOption19
|
||||
{
|
||||
public partial class TableWordNoVisibleComponent : Component
|
||||
|
Loading…
x
Reference in New Issue
Block a user