Add Project

This commit is contained in:
Allen Wolf
2024-01-09 20:25:25 -06:00
parent 9c772c6133
commit 5785b0ac54
25 changed files with 3350 additions and 3 deletions

17
App.xaml.cs Executable file
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 MacroBoard
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}