///
 /// <summary>
 ///	Initialize the document retrieval component and the source code generator.
 /// </summary>
 ///
 Driver()
 {
     generator = new SourceGenerator();
     generator.ApplicationSignature = ProductId;
 }
Beispiel #2
0
		///
		/// <summary>
		///	Initialize the document retrieval component and the source code generator.
		/// </summary>
		///
		Driver()
		{
			generator = new SourceGenerator();
			generator.ApplicationSignature = ProductId;
		}