예제 #1
0
        public static bool ImportEnvironment(string importFile, out string machProjectFile, out string toolsFile, out string toolingFile)
        {
            var h = new ZipArchiveHelper();

            return(h.ImportEnvironmentImplementation(importFile, out machProjectFile, out toolsFile, out toolingFile));
        }