mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-21 06:13:41 +00:00
5 lines
113 B
C#
5 lines
113 B
C#
|
|
namespace SDRSharp.PanView
|
||
|
|
{
|
||
|
|
public delegate void ManualFrequencyChange(object sender, FrequencyEventArgs e);
|
||
|
|
}
|