Part screen

This commit is contained in:
2025-05-13 23:03:40 -05:00
parent 3eb5529f78
commit ba85e6e3c0
5 changed files with 514 additions and 88 deletions

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 C968Project.Views
{
public partial class AddModifyPartScreen : Form
{
public AddModifyPartScreen()
{
InitializeComponent();
}
}
}