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