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