Files
TfomanApps/WPFUI/App.xaml.cs
Tommy TFO. Öman 7254941c18 Add project files.
2020-07-05 21:58:39 +02:00

18 lines
321 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 WPFUI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}