Example #1
0
        private void btnThem_Click(object sender, EventArgs e)
        {
            ThemNL temp = new ThemNL();

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

            temp.ShowDialog();
        }