Ejemplo n.º 1
0
        private void Get_Info_By_ID_BT_Click(object sender, EventArgs e)
        {
            this.Hide();
            getempinfochmode f = new getempinfochmode(this);

            f.Show();
        }
Ejemplo n.º 2
0
 private void button4_Click(object sender, EventArgs e)
 {
     this.Close();
     if (cf != null)
         cf.Show();
     else if (mf != null)
         mf.Show();
 }
Ejemplo n.º 3
0
 private void button1_Click(object sender, EventArgs e)
 {
     this.Close();
     if (cf != null)
     {
         cf.Show();
     }
     else if (mf != null)
     {
         mf.Show();
     }
     else if (ef != null)
     {
         ef.Show();
     }
 }
Ejemplo n.º 4
0
 private void button4_Click(object sender, EventArgs e)
 {
     this.Close();
     cf.Show();
 }