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