UWUVCI-AIO-WPF/UWUVCI AIO WPF/App.xaml.cs
2020-03-01 14:12:17 +01:00

17 lines
333 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace UWUVCI_AIO_WPF
{
/// <summary>
/// Interaktionslogik für "App.xaml"
/// </summary>
public partial class App : Application
{
}
}