EonaCat.Port.Monitor/EonaCat.PortMonitor/App.xaml.cs

14 lines
228 B
C#

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