Ejemplo n.º 1
0
        private void llbThemVi_LinkClicked(object sender, EventArgs e)
        {
            ThemNganSach themNganSach = new ThemNganSach();

            themNganSach.ShowDialog();
            themNganSach.Close();
            getData();
        }
Ejemplo n.º 2
0
        private void btThem_Click(object sender, EventArgs e)
        {
            ThemNganSach themNganSach = new ThemNganSach();

            themNganSach.ShowDialog();
        }