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

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

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

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

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