KaraokePC/SingsALot/App.xaml.cs
Matt Bruce e90160c56d added windows launch app
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
2017-12-12 08:51:12 -06:00

18 lines
325 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace SingsALot
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}