Ejemplo n.º 1
0
        private void quảnLýThuốcToolStripMenuItem_Click(object sender, EventArgs e)
        {
            QuanLyThuoc Thuoc = new QuanLyThuoc();

            this.Hide();
            Thuoc.ShowDialog();
        }
Ejemplo n.º 2
0
        private void chỉnhSửaThôngTinThuốcToolStripMenuItem_Click(object sender, EventArgs e)
        {
            QuanLyThuoc thuoc = new QuanLyThuoc();

            thuoc.ShowDialog();
            this.Hide();
        }
Ejemplo n.º 3
0
        private void xóaThuốcKhỏiDanhMụcToolStripMenuItem_Click(object sender, EventArgs e)
        {
            QuanLyThuoc thuoc = new QuanLyThuoc();

            thuoc.ShowDialog();
            this.Hide();
        }
Ejemplo n.º 4
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            QuanLyThuoc thuoc = new QuanLyThuoc();

            this.Hide();
            thuoc.ShowDialog();
        }