Initial commit

This commit is contained in:
Stone_Red
2022-02-19 18:57:52 +01:00
commit 75d5c4ffe4
13 changed files with 749 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace BeatDetector;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}