public static void ShowGameListWindow() { var gameListWindow = new GameListWindow(); gameListWindow.ShowAll(); Application.Run(); }