AcManager.Tools.ContentInstallation.ZipContentInstallator.ZipContentInstallator C# (CSharp) 메소드

ZipContentInstallator() 개인적인 메소드

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