public static void Show(Window window) { CreditsWindow form = new CreditsWindow(); form.Owner = window; form.ShowDialog(); }