public static void Main() { Solitaire.App app = new Solitaire.App(); app.InitializeComponent(); app.Run(); }