예제 #1
0
        public static bool Export(MachineElement machine, string filePath)
        {
            var h = new ZipArchiveHelper();

            return(h.ExportImplementation(machine, filePath));
        }