Ejemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            getempbyfn f = new getempbyfn(this, null, Convert.ToInt32(id1));

            f.Show();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            getempbyfn f = new getempbyfn(null, this, 1);

            f.Show();
        }