using System.Configuration; using System.Data; using System.Windows; namespace EonaCat.VolumeMixer.Tester.WPF { // This file is part of the EonaCat project(s) which is released under the Apache License. // See the LICENSE file or go to https://EonaCat.com/License for full license details. /// /// Interaction logic for App.xaml /// public partial class App : Application { } }