GUI: Create project boilerplate

This commit is contained in:
Katy Coe
2020-02-06 03:08:31 +01:00
parent fe58884c34
commit b0a7f303cf
7 changed files with 99 additions and 0 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 Il2CppInspector.GUI
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}