Files
netch/Netch/Constants.cs

13 lines
279 B
C#

namespace Netch
{
public static class Constants
{
public const string EOF = "\r\n";
public static class Parameter
{
public const string Show = "-show";
public const string ForceUpdate = "-forceUpdate";
}
}
}