Ejemplo n.º 1
0
 internal ScanItemUniquenessChecker(bool ShouldPrompt)
 {
     if (ShouldPrompt)
     {
         PromptUser = AskUser.ForBool("User Assistance in Scanning", "Do you want the Scanner to prompt you for help when dealing with items that look like duplicates.<i<br>>Selecting '<i<b>>No<i</b>>' will not prompt for assistance.<i<br>>If you understand the application then you can improve the Scan efficiency by selecting '<i<b>>Yes<i</b>>' and providing assistance.");
     }
     else
     {
         PromptUser = false;
     }
 }