От: | Аноним | ||
Дата: | 12.08.11 06:07 | ||
Оценка: |
protected override void OnPaint(PaintEventArgs pe)
{
base.OnPaint(pe);
foreach (Control control in container.Components)
{
control.OnPaint(pe);
}
}