- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
while (true)
{
try
{
MapControlStatic.Remove(MapControlStatic.First(o => o.Value.thisControl == c).Key);
}
catch
{
break;
}
}
while (true)
{
try
{
MapControlStatic.Remove(MapControlStatic.First(o => o.Value.Childs.Contains(c)).Key);
}
catch
{
break;
}
}
Комментарии (0) RSS
Добавить комментарий