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