コード例 #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);
 }