예제 #1
0
 public RtlSdrIO()
 {
     this._gui = new RtlSdrControllerDialog(this);
 }
예제 #2
0
파일: RTLSDRIO.cs 프로젝트: erben22/lookout
 public RtlSdrIO()
 {
     _gui = new RtlSdrControllerDialog(this);
 }
예제 #3
0
파일: RtlSdrIO.cs 프로젝트: zloiia/sdrsrc
 public RtlSdrIO()
 {
     this._gui = new RtlSdrControllerDialog();
       this._gui.DeviceSelected += new DeviceSelectedEventHandler(this.gui_DeviceSelected);
 }