public virtual void Idle() { if (StatusLine != null) { StatusLine.Update(); } System.Threading.Thread.Sleep(1); if (CommandSetChanged) { Message(this, Event.Broadcast, cmCommandSetChanged, null); CommandSetChanged = false; } }