AcManager.Tools.ContentInstallation.ZipContentInstallator.ZipContentInstallator C# (CSharp) Method

ZipContentInstallator() private method

private ZipContentInstallator ( string filename ) : System
filename string
return System
        private ZipContentInstallator(string filename) {
            Filename = filename;
        }