using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace UAS_MES.Warehouse { public partial class Warehouse_ProdDetail : Form { public Warehouse_ProdDetail() { InitializeComponent(); } private void Warehouse_ProdDetail_Load(object sender, EventArgs e) { } } }