public InputBufferEventSupport(object source)
 {
     inputBufferEvent = new InputBufferEventArgs();
     this.source = source;
 }
 public InputBufferEventSupport(object source)
 {
     inputBufferEvent = new InputBufferEventArgs();
     this.source      = source;
 }