Esempio n. 1
0
 /// <summary>
 /// Allows the retrieval of information types through a <see cref="ScanFetchers"/> object.
 /// </summary>
 /// <param name="fetchers"></param>
 public Scanner(ScanFetchers fetchers)
 {
     Fetchers = fetchers;
 }
Esempio n. 2
0
 /// <summary>
 /// Default constructor.
 /// </summary>
 public Scanner()
 {
     Fetchers = new ScanFetchers();
 }