fitSharp.Machine.Application.Shell.Shell C# (CSharp) Method

Shell() public method

public Shell ( ) : System
return System
        public Shell()
        {
            progressReporter = new ConsoleReporter();
            folderModel = new FileSystemModel();
        }

Same methods

Shell::Shell ( ProgressReporter progressReporter, FolderModel folderModel ) : System