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