コード例 #1
0
        public void Refresh()
        {
            var file = HostedScriptEngine.ConfigFilePath();

            if (file != null)
            {
                _config = KeyValueConfig.Read(file);
            }
        }