AA2Install.basePP.basePP C# (CSharp) Method

basePP() public method

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