mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-08 09:19:58 +01:00
5 lines
121 B
C#
5 lines
121 B
C#
|
|
namespace SDRSharp.SDRIQ
|
||
|
|
{
|
||
|
|
public delegate void SamplesAvailableDelegate(object sender, SamplesAvailableEventArgs e);
|
||
|
|
}
|