EonaCat.VolumeMixer/EonaCat.VolumeMixer.Tester.WPF/App.xaml.cs

17 lines
436 B
C#

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.
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}