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

21 lines
412 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 AddModifyProductScreen : Form
{
public AddModifyProductScreen()
{
InitializeComponent();
}
}
}