mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-02 14:39:59 +01:00
9 lines
72 B
C#
9 lines
72 B
C#
namespace SDRSharp.Radio
|
|
{
|
|
public enum FmMode
|
|
{
|
|
Narrow,
|
|
Wide
|
|
}
|
|
}
|