private void BtnInventoryMHeader_Click(object sender, EventArgs e) { InventoryDashboard ind = new InventoryDashboard(); this.Hide(); ind.ShowDialog(); }
private void Button15_Click(object sender, EventArgs e) { InventoryDashboard inveDash = new InventoryDashboard(); this.Hide(); inveDash.ShowDialog(); }