mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-04 15:29:59 +01:00
5 lines
90 B
C#
5 lines
90 B
C#
|
|
namespace SDRSharp.Radio
|
||
|
|
{
|
||
|
|
public delegate void dSampleRateChanged(int newSamplerate);
|
||
|
|
}
|