Ejemplo n.º 1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            AddMedicament addNMF = new AddMedicament();

            addNMF.Show();
        }
Ejemplo n.º 2
0
        private void btn_addPreparate_Click(object sender, EventArgs e)
        {
            AddMedicament addMF = new AddMedicament();

            addMF.Show();
        }