mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-05 22:45:20 +00:00
9 lines
86 B
C#
9 lines
86 B
C#
namespace SDRSharp.PanView
|
|
{
|
|
public enum BandType
|
|
{
|
|
Lower,
|
|
Upper,
|
|
Center
|
|
}
|
|
}
|