mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-04 14:07:27 +00:00
4 lines
105 B
C#
4 lines
105 B
C#
namespace SDRSharp.PanView
|
|
{
|
|
public delegate void ManualNotchChange(object sender, NotchEventArgs e);
|
|
}
|