Files
CommTester/ParentWpf/App.xaml.cs
Holger Börchers 894fbbfa5a Initial commit
2026-01-30 15:31:43 +01:00

14 lines
203 B
C#

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