private void supplierOrdersToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form14 k = new Form14();

            k.Empname = this.textBox1.Text;
            k.EmpID   = this.textBox2.Text;
            k.ShowDialog();
        }
Esempio n. 2
0
        private void button10_Click(object sender, EventArgs e)
        {
            Form14 k = new Form14();

            k.Empname = this.textBox7.Text;
            k.EmpID   = this.textBox6.Text;
            k.ShowDialog();
        }