protected override void Location_Disabled(object sender, InstallationLocations.LocationEvent e) { Patching?.OnDisabled(e.Location.Path); base.Location_Disabled(sender, e); }
protected override void Location_Added(object sender, InstallationLocations.LocationEvent e) { Patching?.OnAdded(e.Location.Path, CreatePatchDestination(e.Location)); base.Location_Added(sender, e); }