예제 #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();
        }