private void metroTile1_Click(object sender, EventArgs e) { this.Close(); this.Dispose(true); Add_Inventory_Product myform = new Add_Inventory_Product(); myform.ShowDialog(); }
private void mtAdd_Click(object sender, EventArgs e) { Add_Inventory_Product myform = new Add_Inventory_Product(); myform.ShowDialog(); }