mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-07 00:39:58 +01:00
5 lines
87 B
C#
5 lines
87 B
C#
namespace SDRSharp.Radio
|
|
{
|
|
public delegate void dLOFrequencyChanged(int frequency);
|
|
}
|