mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-21 06:13:41 +00:00
5 lines
73 B
C#
5 lines
73 B
C#
|
|
namespace SDRSharp.Radio
|
||
|
|
{
|
||
|
|
public delegate void dProhibitLOChanges();
|
||
|
|
}
|