Exemple #1
0
 /**
  * Notify the action to the BotController.
  *
  * \param action The action succesfull.
  */
 public void NotifyAction(string action)
 {
     parentControl.NotifyAction(action);
 }
Exemple #2
0
 /// <summary>
 /// Notify the action to the BotController.
 /// </summary>
 /// <param name='action'>
 /// The name of action succesfully completed.
 /// </param>(
 private void NotifyAction(string action)
 {
     parentControl.NotifyAction(action);
 }