mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
11 lines
97 B
C#
11 lines
97 B
C#
namespace SDRSharp.Common
|
|
{
|
|
public enum PluginPosition
|
|
{
|
|
Top,
|
|
Bottom,
|
|
Left,
|
|
Right
|
|
}
|
|
}
|