public InputBufferedTextBox() : base() {
			_buffer = new CallBuffer(NotifyChanged, 1000);
		}
Ejemplo n.º 2
0
 public InputBufferedTextBox() : base()
 {
     _buffer = new CallBuffer(NotifyChanged, 1000);
 }