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