Beispiel #1
0
 private void OnOverlayCreate(AliapohDefaultConfig c)
 {
     OverlayTabAdd?.Invoke(this, new OverlayTabAddEventArgs(c));
 }
Beispiel #2
0
 public OverlayTabAddEventArgs(AliapohDefaultConfig c)
 {
     Config = c;
 }