Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form_Medicine med = new Form_Medicine();

            med.Show();
        }
Example #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Form_Medicine fm = new Form_Medicine();

            fm.Show();
        }