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
+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 PainoBar_Helper
{
public partial class settings_form : Form
{
public settings_form()
{
InitializeComponent();
}
}
}