コード例 #1
0
 private void Chat_Deactivate(object sender, EventArgs e)
 {
     FlashWindow.Stop(this);
     hasFocus = false;
 }
コード例 #2
0
 private void Chat_Activated(object sender, EventArgs e)
 {
     hasFocus = true;
     FlashWindow.Stop(this);
 }