ACAT.Lib.Extension.CommandHandlers.ExitAppHandler.ExitAppHandler C# (CSharp) Метод

ExitAppHandler() публичный Метод

Initializes a new instance of the class.
public ExitAppHandler ( String cmd ) : System
cmd String The command to be executed
Результат System
        public ExitAppHandler(String cmd)
            : base(cmd)
        {
        }