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"; public const string Console = "-console"; } } }