mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-31 12:24:21 +01:00
5 lines
89 B
C#
5 lines
89 B
C#
namespace SDRSharp.Radio
|
|
{
|
|
public delegate void dTuneFrequencyChanged(int frequency);
|
|
}
|