protected void OnFadeIn(WindowFadeSettings settings) { FadeIn?.Invoke(settings); }
public static void FireFadeIn() { FadeIn?.Invoke(); }