Exemplo n.º 1
0
 public RtlSdrIO()
 {
     this._gui = new RtlSdrControllerDialog(this);
 }
Exemplo n.º 2
0
 public RtlSdrIO()
 {
     _gui = new RtlSdrControllerDialog(this);
 }
Exemplo n.º 3
0
 public RtlSdrIO()
 {
     this._gui = new RtlSdrControllerDialog();
       this._gui.DeviceSelected += new DeviceSelectedEventHandler(this.gui_DeviceSelected);
 }