/** * Notify the action to the BotController. * * \param action The action succesfull. */ public void NotifyAction(string action) { parentControl.NotifyAction(action); }
/// <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); }