AA2Install.basePP.basePP C# (CSharp) 메소드

basePP() 공개 메소드

public basePP ( string file, string destination ) : System
file string
destination string
리턴 System
        public basePP(string file, string destination)
        {
            ppRAW = file;
            pp = new ppParser(destination + "\\" + ppFile);
        }
basePP