UWUVCI-AIO-WPF/UWUVCI AIO WPF/App.xaml.cs

18 lines
333 B
C#
Raw Normal View History

2020-03-01 13:12:17 +00:00
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
{
}
}