mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
10 lines
191 B
VB.net
10 lines
191 B
VB.net
Imports System.IO
|
|
|
|
Namespace App
|
|
Namespace Editions
|
|
Public Class Spanlink
|
|
Public Shared Enabled As Boolean = True
|
|
|
|
End Class
|
|
End Namespace
|
|
End Namespace |