Exemplo n.º 1
0
 /// <summary>
 /// Handles the Tick event of the CheckersAgent control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Checkers.AgentTickEventArgs"/> instance containing the event data.</param>
 private void CheckersAgent_Tick(object sender, AgentTickEventArgs e)
 {
     Application.DoEvents();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Handles the Tick event of the CheckersAgent control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="Checkers.AgentTickEventArgs"/> instance containing the event data.</param>
 private void CheckersAgent_Tick(object sender, AgentTickEventArgs e)
 {
     Application.DoEvents();
 }