コード例 #1
0
 public InputBufferEventSupport(object source)
 {
     inputBufferEvent = new InputBufferEventArgs();
     this.source = source;
 }
コード例 #2
0
 public InputBufferEventSupport(object source)
 {
     inputBufferEvent = new InputBufferEventArgs();
     this.source      = source;
 }