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