mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-16 21:30:16 +01:00
5 lines
126 B
C#
5 lines
126 B
C#
|
|
namespace SDRSharp.FrequencyScanner
|
||
|
|
{
|
||
|
|
public delegate void CustomPaintEventHandler(object sender, CustomPaintEventArgs e);
|
||
|
|
}
|