/// <summary> /// Delete the interactor; called when the user deletes the last Contact. /// </summary> public void finishInteraction() { _interactor = null; }
public void endInteraction() { _interactor.Cleanup(); _interactor = null; }