c968-wgu-project/C968Project/Views/AddModifyPartScreen.cs
2025-05-13 23:03:40 -05:00

21 lines
406 B
C#

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();
}
}
}