Add prototype GUI

This commit is contained in:
2021-12-04 12:27:16 +01:00
parent 14fb199206
commit 3795774023
10 changed files with 276 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace ExeLauncher.GUI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}