private void InvokeAppEnding() { AppEnding?.Invoke(); }
private void OnApplicationQuit() { AppEnding?.Invoke(); app.EndApp(); }