YapperDesktop/Yapper/App.xaml.cs
2025-02-23 20:09:12 +01:00

15 lines
226 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace Yapper
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}