Add project files.

This commit is contained in:
minster586
2026-08-10 02:48:10 -04:00
parent 988b26e018
commit 4c6eae510e
12 changed files with 1229 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace PainoBar_Helper
{
public partial class Main : Form
{
public Main()
{
InitializeComponent();
}
}
}