Ejemplo n.º 1
0
        public Compiler(ICompiler driver)
        {
            _driver = driver;

            Input  = new _input();
            Output = new _output();

            WorkingDirectory = "";
            Comand           = "";
        }
Ejemplo n.º 2
0
 set => Set(ref _output, value, nameof(Output), nameof(ExecutionOutput));