예제 #1
0
        public static MachineElement Import(string filePath, Action <string> setMachProjectFile = null)
        {
            var h = new ZipArchiveHelper();

            return(h.ImportImplementation(filePath, setMachProjectFile));
        }