public Compiler(IJSTCConfiguration config) { _config = config; if (_config.Listen) EnableFileSystemWatcher(); }
public JSTCConfiguration() { _config = ConfigurationManager.GetSection("jstc") as IJSTCConfiguration; }