Files
MacroBoard/App.xaml.cs
Allen Wolf 5785b0ac54 Add Project
2024-01-09 20:25:25 -06:00

18 lines
343 B
C#
Executable File

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
{
}
}