public Program() { this.mfsh = new MFsh(); this.mfsh.BaseInputDir = Path.GetFullPath("."); this.mfsh.BaseOutputDir = Path.GetFullPath("."); this.mfsh.ConsoleLogging(); }
public ParseManager(MFsh mfsh) { this.Mfsh = mfsh; }