private void ProcessBehavior() { if (!__bBusy) { __bBusy = true; __cBehavior.Action(__bUpdated); __bUpdated = false; __bBusy = false; } }