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