private void oEEToolStripMenuItem_Click(object sender, EventArgs e)
        {
            OEEKPI OEE = new OEEKPI(0);

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

            OEE.Show();
            this.Close();
        }