Пример #1
0
        public static bool ExportEnvironment(string exportFile, string machProjectFile, string toolsFile, string toolingFile)
        {
            var h = new ZipArchiveHelper();

            return(h.ExportEnvironmentImplementation(exportFile, machProjectFile, toolsFile, toolingFile));
        }