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