コード例 #1
0
 public RDSHandle(RDSOutputPanel _rdsPanelRef)
 {
     this._rdsDataLoggerPanel = _rdsPanelRef;
 }
コード例 #2
0
 public void Initialize(ISharpControl control)
 {
     this._controlInterface = control;
     this._rdsOutputPanel   = new RDSOutputPanel(this._controlInterface);
     control.RegisterStreamHook(new RDSHandle(this._rdsOutputPanel), ProcessorType.RDSBitStream);
 }