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