Exemple #1
0
        /// <summary>
        /// Starts the shell.
        /// </summary>
        /// <returns> Bool representing thje success/failure of the </returns>
        public bool Start()             //	Starts the shell.
        {
            this.IsRunning = true;

            ShellUI.Setup();

            return(RunShellLoop());
        }