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