mirror of
https://github.com/SDRSharpR/SDRSharp.git
synced 2026-01-21 15:50:20 +01:00
5 lines
115 B
C#
5 lines
115 B
C#
namespace SDRSharp.PanView
|
|
{
|
|
public delegate void LineInsertEventHandler(object sender, LineInsertEventArgs e);
|
|
}
|