Пример #1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            M_I2_Tables f = new M_I2_Tables("SearchInTray");

            Global.background.show_form(f);
            f.Text = "Tables - Tray";
        }
Пример #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            M_I2_Tables f = new M_I2_Tables("SearchInCartonProduced");

            Global.background.show_form(f);
            f.Text = "Tables - Carton Produced";
        }
Пример #3
0
        private void button6_Click(object sender, EventArgs e)
        {
            M_I2_Tables f = new M_I2_Tables("SearchInBatch");

            Global.background.show_form(f);
            f.Text = "Tables - Batch";
        }