Files
2023-12-27 11:33:02 +01:00

9 lines
231 B
VB.net

Public Module ConstPlugin
Public Const PLUGIN_CONFIGURATION_DATA As String = "ConfigurationData"
Public Const PLUGIN_LEFT_TRAY As String = "LeftTray"
Public Const PLUGIN_RIGHT_TRAY As String = "RightTray"
End Module