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