Esempio n. 1
0
 public DebuggingInputBuffer(InputBuffer buffer)
 {
     this.buffer             = buffer;
     inputBufferEventSupport = new InputBufferEventSupport(this);
 }
		public DebuggingInputBuffer(InputBuffer buffer)
		{
			this.buffer = buffer;
			inputBufferEventSupport = new InputBufferEventSupport(this);
		}