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