Exemplo n.º 1
0
        private void btn_entermedication_Click(object sender, EventArgs e)
        {
            EnterMedication em = new EnterMedication();

            this.Hide();
            em.Show();
        }
Exemplo n.º 2
0
 private void btn_entermedication_Click(object sender, EventArgs e)
 {
     EnterMedication em = new EnterMedication();
     this.Hide();
     em.Show();
 }