private void oEEToolStripMenuItem_Click(object sender, EventArgs e) { OEEKPI OEE = new OEEKPI(0); OEE.Show(); this.Close(); }
private void buttonOverAllEquip_Click(object sender, EventArgs e) { OEEKPI OEE = new OEEKPI(Item_Id); OEE.Show(); this.Close(); }