mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
10 lines
391 B
C#
10 lines
391 B
C#
namespace mRemoteNG.App.Info
|
|
{
|
|
public class CredentialsFileInfo
|
|
{
|
|
public static readonly string CredentialsPath = SettingsFileInfo.SettingsPath;
|
|
public static readonly string CredentialsFile = "confCreds.xml";
|
|
public static readonly string CredentialsFileNew = "confCredsNew.xml";
|
|
public static readonly double CredentialsFileVersion = 1.0;
|
|
}
|
|
} |