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