mirror of
https://github.com/SDRSharpR/SDRSharp.git
synced 2025-12-06 03:42:01 +01:00
7 lines
153 B
C#
7 lines
153 B
C#
using System;
|
|
|
|
namespace SDRSharp.FrequencyEdit
|
|
{
|
|
public delegate void OnDigitClickDelegate(object sender, FrequencyEditDigitClickEventArgs args);
|
|
}
|