mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +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);
|
||
|
|
}
|