mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
* removed unneeded Imports * renamed namespace to mRemoteNG * changed Logfile path to %USERPROFILE%\AppData\Local\mRemoteNG\mRemoteNG.log * fixed mRemoteNG.exe.config * added more ignores to .gitignore
8 lines
172 B
VB.net
8 lines
172 B
VB.net
Namespace App
|
|
Namespace Editions
|
|
Public Class Spanlink
|
|
Public Shared Enabled As Boolean = True
|
|
|
|
End Class
|
|
End Namespace
|
|
End Namespace |