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

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

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

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

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