Example #1
0
 /// <summary>
 /// Calls the AskBoolValue method defined in the application using the IA library that must implement IUserInterface
 /// </summary>
 /// <param name="a_question">Question from a BoolFact object</param>
 /// <returns></returns>
 protected bool AskBoolValue(String a_question)
 {
     return(ihm.AskBoolValue(a_question));
 }