protected void CloseWindow(CairoAppBarWindow window) { if (!window.IsClosing) { window.AllowClose = true; window.Close(); } }