AmaroK86.MassEffect3.DLCEditor.undoAddFile C# (CSharp) Méthode

undoAddFile() public méthode

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