mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
10 lines
280 B
C#
10 lines
280 B
C#
namespace Netch
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string EOF = "\r\n";
|
|
public const string UserACL = "data\\user.acl";
|
|
public const string BuiltinACL = "bin\\default.acl";
|
|
public const string ParameterShow = "-show";
|
|
}
|
|
} |