VS Installer App

This commit is contained in:
2023-07-08 12:03:26 -04:00
parent 6e7a6651c7
commit 92b943c4f6
7 changed files with 111 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 Dexif_Installer
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}