using System; namespace Client2 { class Program { static void Main(string[] args) { Client.App app = new Client.App(); app.Run(); } } }