// // // Copyright (C) Microsoft. All rights reserved. // // using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Windows; namespace ChatWindow1 { /// /// Interaction logic for App.xaml /// public partial class App : Application { } }