AmaroK86.MassEffect3.DLCEditor.undoAddFile C# (CSharp) Method

undoAddFile() public method

public undoAddFile ( string newFilePathName ) : void
newFilePathName string
return void
        public void undoAddFile(string newFilePathName)
        {
            listAdd.Remove(FileNameHash.Compute(newFilePathName));
            listComplete.Remove(FileNameHash.Compute(newFilePathName));
        }