mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
10 lines
86 B
C#
10 lines
86 B
C#
namespace SDRSharp.PanView
|
|
{
|
|
public enum BandType
|
|
{
|
|
Lower,
|
|
Upper,
|
|
Center
|
|
}
|
|
}
|