UnRegisterChanges method
Implementation
void UnRegisterChanges(TBasicActionLink Value)
{
if(_clients.remove(Value))
Value._action = null;
}
void UnRegisterChanges(TBasicActionLink Value)
{
if(_clients.remove(Value))
Value._action = null;
}