private void Chat_Deactivate(object sender, EventArgs e) { FlashWindow.Stop(this); hasFocus = false; }
private void Chat_Activated(object sender, EventArgs e) { hasFocus = true; FlashWindow.Stop(this); }