Esempio n. 1
0
        public static void DecompileProject(string managedDir, Options options)
        {
            var blueprintDecompiler = new StubDecompiler(options, managedDir);

            blueprintDecompiler.Decompile();
        }