Esempio n. 1
0
        private string GetScript()
        {
            var parser = new ScriptParser(this.Path);

            return(parser.Get());
        }