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