mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
10 lines
409 B
C#
10 lines
409 B
C#
namespace mRemoteNG.App.Info
|
|
{
|
|
public class ConnectionsFileInfo
|
|
{
|
|
public static readonly string DefaultConnectionsPath = SettingsFileInfo.SettingsPath;
|
|
public static readonly string DefaultConnectionsFile = "confCons.xml";
|
|
public static readonly string DefaultConnectionsFileNew = "confConsNew.xml";
|
|
public static readonly double ConnectionFileVersion = 2.5;
|
|
}
|
|
} |