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