mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-04 15:29:59 +01:00
7 lines
115 B
C#
7 lines
115 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace SDRSharp.PanView
|
||
|
|
{
|
||
|
|
public delegate void ManualValueChange(object sender, EventArgs e);
|
||
|
|
}
|