Exemplo n.º 1
0
        private void btnThem_Click(object sender, EventArgs e)
        {
            ThemNL temp = new ThemNL();

            temp.ShowDialog();
            LoadNguyenLieu();
        }
Exemplo n.º 2
0
        private void btnThemNL_Click(object sender, EventArgs e)
        {
            ThemNL temp = new ThemNL();

            temp.ShowDialog();
        }