protected override void NotifyEndUpdates() { ChangesReady?.Invoke(this, EventArgs.Empty); }
public void TriggerChangesReady() { RcCore.OutputDebugString("Triggering changes, changequeue applied everything\n"); ChangesReady?.Invoke(this, EventArgs.Empty); }