Version 0.5 as marked by the folder name.

This commit is contained in:
2021-01-21 13:51:12 -06:00
parent f7de3650a3
commit d418457d4e
10 changed files with 39258 additions and 59 deletions
+20
View File
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace SoundBoard
{
public partial class aboutForm : Form
{
public aboutForm()
{
InitializeComponent();
}
}
}