Ejemplo n.º 1
0
 /// <summary>Common initialization tasks </summary>
 private void  init(Parser parser)
 {
     this.parser = parser;
     sockets     = new System.Collections.ArrayList();
     receipts    = new System.Collections.Hashtable();
     receivers   = new System.Collections.ArrayList();
     responder   = new NuGenResponder(parser);
 }
Ejemplo n.º 2
0
		/// <summary>Common initialization tasks </summary>
		private void  init(Parser parser)
		{
			this.parser = parser;
			sockets = new System.Collections.ArrayList();
			receipts = new System.Collections.Hashtable();
			receivers = new System.Collections.ArrayList();
			responder = new NuGenResponder(parser);
		}