ACAT.Lib.Extension.CommandHandlers.ExitAppHandler.ExitAppHandler C# (CSharp) Method

ExitAppHandler() public method

Initializes a new instance of the class.
public ExitAppHandler ( String cmd ) : System
cmd String The command to be executed
return System
        public ExitAppHandler(String cmd)
            : base(cmd)
        {
        }