SDRSharper/SDRSharper.PanView/SDRSharp.PanView/ManualBandwidthChange.cs

5 lines
113 B
C#
Raw Normal View History

namespace SDRSharp.PanView
{
public delegate void ManualBandwidthChange(object sender, BandwidthEventArgs e);
}