SDRSharp/SDRSharp.PanView/SDRSharp.PanView/LineInsertEventHandler.cs
2018-03-24 23:01:41 -07:00

5 lines
115 B
C#

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